# HG changeset patch # User jbe # Date 1589716042 -7200 # Node ID 7f564126cffbcf3cebe65fe255faa53167d84815 # Parent 519826089133104cc6bdd17b077bee2755857577 Fixed grammar in comment on "unit"."member_weight" diff -r 519826089133 -r 7f564126cffb core.sql --- a/core.sql Sun May 17 12:50:22 2020 +0200 +++ b/core.sql Sun May 17 13:47:22 2020 +0200 @@ -649,7 +649,7 @@ COMMENT ON COLUMN "unit"."active" IS 'TRUE means new issues can be created in areas of this unit'; COMMENT ON COLUMN "unit"."external_reference" IS 'Opaque data field to store an external reference'; COMMENT ON COLUMN "unit"."member_count" IS 'Count of members as determined by column "voting_right" in table "privilege" (only active members counted)'; -COMMENT ON COLUMN "unit"."member_weight" IS 'Sum of active member''s voting weight'; +COMMENT ON COLUMN "unit"."member_weight" IS 'Sum of active members'' voting weight'; COMMENT ON COLUMN "unit"."location" IS 'Geographic location on earth as GeoJSON object indicating valid coordinates for initiatives of issues with this policy';