# HG changeset patch # User jbe # Date 1287272653 -7200 # Node ID 1a412ec5e14e74237e4d1f7413b46023c5505543 # Parent b0866d51b754e458fc8633bd04cd35224554f08e Added comment on "supporter"."auto_support" also in update file diff -r b0866d51b754 -r 1a412ec5e14e update/core-update.v1.2.8-v1.2.9.sql --- a/update/core-update.v1.2.8-v1.2.9.sql Sat Oct 16 23:56:35 2010 +0200 +++ b/update/core-update.v1.2.8-v1.2.9.sql Sun Oct 17 01:44:13 2010 +0200 @@ -7,4 +7,6 @@ ALTER TABLE "supporter" ADD COLUMN "auto_support" BOOLEAN NOT NULL DEFAULT FALSE; +COMMENT ON COLUMN "supporter"."auto_support" IS 'Supporting member does not want to confirm new drafts of the initiative'; + COMMIT;