# HG changeset patch # User jbe # Date 1288482589 -7200 # Node ID 8387388f1f7ce2401d6d0a98334f9d0e6ed2fd12 # Parent 1934f9b4f803ca664b1ddba6c4276f5507cb46c2 Comments for columns of table "ignored_issue" changed diff -r 1934f9b4f803 -r 8387388f1f7c core.sql --- a/core.sql Sun Oct 31 01:47:44 2010 +0200 +++ b/core.sql Sun Oct 31 01:49:49 2010 +0200 @@ -608,10 +608,10 @@ COMMENT ON TABLE "ignored_issue" IS 'Table to store member specific options to ignore issues in selected states'; -COMMENT ON COLUMN "ignored_issue"."new" IS 'Selects issues which are neither closed nor accepted'; -COMMENT ON COLUMN "ignored_issue"."accepted" IS 'Selects issues which are accepted but not (half_)frozen or closed'; -COMMENT ON COLUMN "ignored_issue"."half_frozen" IS 'Selects issues which are half_frozen but not fully_frozen or closed'; -COMMENT ON COLUMN "ignored_issue"."fully_frozen" IS 'Selects issues which are fully_frozen (in voting) and not closed'; +COMMENT ON COLUMN "ignored_issue"."new" IS 'Apply when issue is neither closed nor accepted'; +COMMENT ON COLUMN "ignored_issue"."accepted" IS 'Apply when issue is accepted but not (half_)frozen or closed'; +COMMENT ON COLUMN "ignored_issue"."half_frozen" IS 'Apply when issue is half_frozen but not fully_frozen or closed'; +COMMENT ON COLUMN "ignored_issue"."fully_frozen" IS 'Apply when issue is fully_frozen (in voting) and not closed'; CREATE TABLE "initiator" (