liquid_feedback_core

diff core.sql @ 212:c23b288fd771

Fixed comment on column "unit"."active"; Cleanup and documentation of update script from v2.0.0 to v2.0.1
author jbe
date Sat Jan 28 23:06:03 2012 +0100 (2012-01-28)
parents c8c5ac91f30a
children 919d16c8e8e3
line diff
     1.1 --- a/core.sql	Sat Jan 21 01:47:09 2012 +0100
     1.2 +++ b/core.sql	Sat Jan 28 23:06:03 2012 +0100
     1.3 @@ -375,7 +375,7 @@
     1.4  COMMENT ON TABLE "unit" IS 'Organizational units organized as trees; Delegations are not inherited through these trees.';
     1.5  
     1.6  COMMENT ON COLUMN "unit"."parent_id"    IS 'Parent id of tree node; Multiple roots allowed';
     1.7 -COMMENT ON COLUMN "unit"."active"       IS 'TRUE means new issues can be created in areas of this area';
     1.8 +COMMENT ON COLUMN "unit"."active"       IS 'TRUE means new issues can be created in areas of this unit';
     1.9  COMMENT ON COLUMN "unit"."member_count" IS 'Count of members as determined by column "voting_right" in table "privilege"';
    1.10  
    1.11  

Impressum / About Us