liquid_feedback_core

changeset 286:3ac6d4259387

Deprecated old API tables in update script update/core-update.v2.0.11-v2.1.0.sql
author jbe
date Sun Aug 19 20:35:22 2012 +0200 (2012-08-19)
parents 4868a7d591de
children 13a9f609c3de
files update/core-update.v2.0.11-v2.1.0.sql
line diff
     1.1 --- a/update/core-update.v2.0.11-v2.1.0.sql	Sun Aug 19 20:29:44 2012 +0200
     1.2 +++ b/update/core-update.v2.0.11-v2.1.0.sql	Sun Aug 19 20:35:22 2012 +0200
     1.3 @@ -4,6 +4,9 @@
     1.4    SELECT * FROM (VALUES ('2.1.0', 2, 1, 0))
     1.5    AS "subquery"("string", "major", "minor", "revision");
     1.6  
     1.7 +COMMENT ON TYPE "application_access_level" IS 'DEPRECATED, WILL BE REMOVED! Access privileges for applications using the API';
     1.8 +COMMENT ON TABLE "member_application" IS 'DEPRECATED, WILL BE REMOVED! Registered application being allowed to use the API';
     1.9 +
    1.10  ALTER TABLE "policy" ADD COLUMN "polling" BOOLEAN NOT NULL DEFAULT FALSE;
    1.11  ALTER TABLE "policy" ALTER COLUMN "admission_time"    DROP NOT NULL;
    1.12  ALTER TABLE "policy" ALTER COLUMN "discussion_time"   DROP NOT NULL;

Impressum / About Us