# HG changeset patch # User jbe # Date 1307460221 -7200 # Node ID 9d6fe34d8bbbf9a28db7deb1951d26f024568001 # Parent de59f6b1daf32449f9044e0e1ea946cc455a9766 Fixed comment on column "issue"."half_frozen" diff -r de59f6b1daf3 -r 9d6fe34d8bbb core.sql --- a/core.sql Sun Jun 05 18:59:40 2011 +0200 +++ b/core.sql Tue Jun 07 17:23:41 2011 +0200 @@ -520,7 +520,7 @@ COMMENT ON TABLE "issue" IS 'Groups of initiatives'; COMMENT ON COLUMN "issue"."accepted" IS 'Point in time, when one initiative of issue reached the "issue_quorum"'; -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.'; +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.'; 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.'; 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.'; COMMENT ON COLUMN "issue"."ranks_available" IS 'TRUE = ranks have been calculated';