liquid_feedback_core

changeset 512:61fab7216893

Corrected execution order in update script to v3.2.0
author jbe
date Sat Apr 16 19:57:53 2016 +0200 (2016-04-16)
parents 48761b189274
children bca63fc70e73
files update/core-update.v3.1.0-v3.2.0.sql
line diff
     1.1 --- a/update/core-update.v3.1.0-v3.2.0.sql	Sat Apr 16 19:56:24 2016 +0200
     1.2 +++ b/update/core-update.v3.1.0-v3.2.0.sql	Sat Apr 16 19:57:53 2016 +0200
     1.3 @@ -16,10 +16,11 @@
     1.4  
     1.5  UPDATE "member" SET "disable_notifications" = TRUE WHERE "notify_level" = 'none'::"notify_level";
     1.6  
     1.7 +DROP VIEW "selected_event_seen_by_member";
     1.8 +DROP VIEW "event_seen_by_member";
     1.9 +
    1.10  ALTER TABLE "member" DROP COLUMN "notify_level";
    1.11  
    1.12 -DROP VIEW "selected_event_seen_by_member";
    1.13 -DROP VIEW "event_seen_by_member";
    1.14  DROP TYPE "notify_level";
    1.15  
    1.16  COMMENT ON COLUMN "member"."disable_notifications"    IS 'TRUE if member does not want to receive notifications';

Impressum / About Us