liquid_feedback_core

changeset 138:1542ffbc7ddb

Fixed syntax error
author jbe
date Sat May 28 04:35:24 2011 +0200 (2011-05-28)
parents 8766ddbd9b40
children e3bfa2d7954c
files core.sql
line diff
     1.1 --- a/core.sql	Sat May 28 04:19:30 2011 +0200
     1.2 +++ b/core.sql	Sat May 28 04:35:24 2011 +0200
     1.3 @@ -329,7 +329,7 @@
     1.4  COMMENT ON COLUMN "policy"."majority_num"          IS   'Numerator of fraction of majority to be reached during voting by an initiative to be aggreed upon';
     1.5  COMMENT ON COLUMN "policy"."majority_den"          IS 'Denominator of fraction of majority to be reached during voting by an initiative to be aggreed upon';
     1.6  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.';
     1.7 -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".'
     1.8 +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".';
     1.9  
    1.10  
    1.11  CREATE TABLE "unit" (

Impressum / About Us