liquid_feedback_core
changeset 541:5d96f5fc4af0
Indentation fixed
| author | jbe | 
|---|---|
| date | Fri Jul 14 20:20:26 2017 +0200 (2017-07-14) | 
| parents | ec84707b459a | 
| children | f5c5d2b12726 | 
| files | core.sql | 
   line diff
1.1 --- a/core.sql Mon Jun 26 18:25:42 2017 +0200 1.2 +++ b/core.sql Fri Jul 14 20:20:26 2017 +0200 1.3 @@ -72,7 +72,7 @@ 1.4 COMMENT ON TABLE "system_setting" IS 'This table contains only one row with different settings in each column.'; 1.5 COMMENT ON INDEX "system_setting_singleton_idx" IS 'This index ensures that "system_setting" only contains one row maximum.'; 1.6 1.7 -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.'; 1.8 +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.'; 1.9 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.'; 1.10 1.11