liquid_feedback_core

changeset 91:8387388f1f7c

Comments for columns of table "ignored_issue" changed
author jbe
date Sun Oct 31 01:49:49 2010 +0200 (2010-10-31)
parents 1934f9b4f803
children 425bb591bff8
files core.sql
line diff
     1.1 --- a/core.sql	Sun Oct 31 01:47:44 2010 +0200
     1.2 +++ b/core.sql	Sun Oct 31 01:49:49 2010 +0200
     1.3 @@ -608,10 +608,10 @@
     1.4  
     1.5  COMMENT ON TABLE "ignored_issue" IS 'Table to store member specific options to ignore issues in selected states';
     1.6  
     1.7 -COMMENT ON COLUMN "ignored_issue"."new"          IS 'Selects issues which are neither closed nor accepted';
     1.8 -COMMENT ON COLUMN "ignored_issue"."accepted"     IS 'Selects issues which are accepted but not (half_)frozen or closed';
     1.9 -COMMENT ON COLUMN "ignored_issue"."half_frozen"  IS 'Selects issues which are half_frozen but not fully_frozen or closed';
    1.10 -COMMENT ON COLUMN "ignored_issue"."fully_frozen" IS 'Selects issues which are fully_frozen (in voting) and not closed';
    1.11 +COMMENT ON COLUMN "ignored_issue"."new"          IS 'Apply when issue is neither closed nor accepted';
    1.12 +COMMENT ON COLUMN "ignored_issue"."accepted"     IS 'Apply when issue is accepted but not (half_)frozen or closed';
    1.13 +COMMENT ON COLUMN "ignored_issue"."half_frozen"  IS 'Apply when issue is half_frozen but not fully_frozen or closed';
    1.14 +COMMENT ON COLUMN "ignored_issue"."fully_frozen" IS 'Apply when issue is fully_frozen (in voting) and not closed';
    1.15  
    1.16  
    1.17  CREATE TABLE "initiator" (

Impressum / About Us