liquid_feedback_core

view update/core-update.v1.2.8-v1.2.9.sql @ 84:b0866d51b754

Backed out changesets dfa8e6a1f1e7, ca13b2614d10, and partly 0758a2e02620

- auto_support feature shall be added but implemented in a different way
- Delegating to non-active members shall be possible in database
- Incoming delegations MUST NOT be deleted when calling "delete_member"
- Index on "initiative"("issue_id") is not neccessary due to UNIQUE ("issue_id", "id") statement
author jbe
date Sat Oct 16 23:56:35 2010 +0200 (2010-10-16)
parents dfa8e6a1f1e7
children 1a412ec5e14e
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 COMMIT;

Impressum / About Us