liquid_feedback_core

changeset 168:9d6fe34d8bbb

Fixed comment on column "issue"."half_frozen"
author jbe
date Tue Jun 07 17:23:41 2011 +0200 (2011-06-07)
parents de59f6b1daf3
children ddd8e17d8f82
files core.sql
line diff
     1.1 --- a/core.sql	Sun Jun 05 18:59:40 2011 +0200
     1.2 +++ b/core.sql	Tue Jun 07 17:23:41 2011 +0200
     1.3 @@ -520,7 +520,7 @@
     1.4  COMMENT ON TABLE "issue" IS 'Groups of initiatives';
     1.5  
     1.6  COMMENT ON COLUMN "issue"."accepted"              IS 'Point in time, when one initiative of issue reached the "issue_quorum"';
     1.7 -COMMENT ON COLUMN "issue"."half_frozen"           IS 'Point in time, when "discussion_time" has elapsed, or members voted for voting; Frontends must ensure that for half_frozen issues a) initiatives are not revoked, b) no new drafts are created, c) no initiators are added or removed.';
     1.8 +COMMENT ON COLUMN "issue"."half_frozen"           IS 'Point in time, when "discussion_time" has elapsed; Frontends must ensure that for half_frozen issues a) initiatives are not revoked, b) no new drafts are created, c) no initiators are added or removed.';
     1.9  COMMENT ON COLUMN "issue"."fully_frozen"          IS 'Point in time, when "verification_time" has elapsed and voting has started; Frontends must ensure that for fully_frozen issues additionally to the restrictions for half_frozen issues a) initiatives are not created, b) no interest is created or removed, c) no supporters are added or removed, d) no opinions are created, changed or deleted.';
    1.10  COMMENT ON COLUMN "issue"."closed"                IS 'Point in time, when "admission_time" or "voting_time" have elapsed, and issue is no longer active; Frontends must ensure that for closed issues additionally to the restrictions for half_frozen and fully_frozen issues a) no voter is added or removed to/from the direct_voter table, b) no votes are added, modified or removed.';
    1.11  COMMENT ON COLUMN "issue"."ranks_available"       IS 'TRUE = ranks have been calculated';

Impressum / About Us