liquid_feedback_core

view update/core-update.v1.2.8-v1.2.9.sql @ 85:1a412ec5e14e

Added comment on "supporter"."auto_support" also in update file
author jbe
date Sun Oct 17 01:44:13 2010 +0200 (2010-10-17)
parents b0866d51b754
children
line source
1 BEGIN;
3 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
4 SELECT * FROM (VALUES ('1.2.9', 1, 2, 9))
5 AS "subquery"("string", "major", "minor", "revision");
7 ALTER TABLE "supporter" ADD COLUMN
8 "auto_support" BOOLEAN NOT NULL DEFAULT FALSE;
10 COMMENT ON COLUMN "supporter"."auto_support" IS 'Supporting member does not want to confirm new drafts of the initiative';
12 COMMIT;

Impressum / About Us