# HG changeset patch # User jbe # Date 1306550124 -7200 # Node ID 1542ffbc7ddb98d79acd8415efbd071ac9b2a199 # Parent 8766ddbd9b403f60f04cabdb646f6ee5112913c1 Fixed syntax error diff -r 8766ddbd9b40 -r 1542ffbc7ddb core.sql --- a/core.sql Sat May 28 04:19:30 2011 +0200 +++ b/core.sql Sat May 28 04:35:24 2011 +0200 @@ -329,7 +329,7 @@ COMMENT ON COLUMN "policy"."majority_num" IS 'Numerator of fraction of majority to be reached during voting by an initiative to be aggreed upon'; COMMENT ON COLUMN "policy"."majority_den" IS 'Denominator of fraction of majority to be reached during voting by an initiative to be aggreed upon'; COMMENT ON COLUMN "policy"."majority_strict" IS 'If TRUE, then the majority must be strictly greater than "majority_num"/"majority_den", otherwise it may also be equal.'; -COMMENT ON COLUMN "policy"."majority_indirect" IS 'If TRUE, then also indirect majorities (though beat paths) are taken into account, when an initiative has at least as many "positive_votes" as "negative_votes".' +COMMENT ON COLUMN "policy"."majority_indirect" IS 'If TRUE, then also indirect majorities (though beat paths) are taken into account, when an initiative has at least as many "positive_votes" as "negative_votes".'; CREATE TABLE "unit" (