# HG changeset patch # User jbe # Date 1500056426 -7200 # Node ID 5d96f5fc4af04b40b5bf547a12d1839faada907b # Parent ec84707b459a351d92f52f7dbcab943ece94c190 Indentation fixed diff -r ec84707b459a -r 5d96f5fc4af0 core.sql --- a/core.sql Mon Jun 26 18:25:42 2017 +0200 +++ b/core.sql Fri Jul 14 20:20:26 2017 +0200 @@ -72,7 +72,7 @@ COMMENT ON TABLE "system_setting" IS 'This table contains only one row with different settings in each column.'; COMMENT ON INDEX "system_setting_singleton_idx" IS 'This index ensures that "system_setting" only contains one row maximum.'; -COMMENT ON COLUMN "system_setting"."member_ttl" IS 'Time after members get their "active" flag set to FALSE, if they do not show any activity.'; +COMMENT ON COLUMN "system_setting"."member_ttl" IS 'Time after members get their "active" flag set to FALSE, if they do not show any activity.'; COMMENT ON COLUMN "system_setting"."snapshot_retention" IS 'Unreferenced snapshots are retained for the given period of time after creation; set to NULL for infinite retention.';