liquid_feedback_core
diff core.sql @ 614:7f564126cffb
Fixed grammar in comment on "unit"."member_weight"
author | jbe |
---|---|
date | Sun May 17 13:47:22 2020 +0200 (2020-05-17) |
parents | a94f7cb8ed19 |
children | ae53fc96c953 |
line diff
1.1 --- a/core.sql Sun May 17 12:50:22 2020 +0200 1.2 +++ b/core.sql Sun May 17 13:47:22 2020 +0200 1.3 @@ -649,7 +649,7 @@ 1.4 COMMENT ON COLUMN "unit"."active" IS 'TRUE means new issues can be created in areas of this unit'; 1.5 COMMENT ON COLUMN "unit"."external_reference" IS 'Opaque data field to store an external reference'; 1.6 COMMENT ON COLUMN "unit"."member_count" IS 'Count of members as determined by column "voting_right" in table "privilege" (only active members counted)'; 1.7 -COMMENT ON COLUMN "unit"."member_weight" IS 'Sum of active member''s voting weight'; 1.8 +COMMENT ON COLUMN "unit"."member_weight" IS 'Sum of active members'' voting weight'; 1.9 COMMENT ON COLUMN "unit"."location" IS 'Geographic location on earth as GeoJSON object indicating valid coordinates for initiatives of issues with this policy'; 1.10 1.11