liquid_feedback_core

diff update/core-update.v3.2.2-v4.0.0.sql @ 539:eaa330e4c0fb

Renamed three "event_type"s
author jbe
date Mon Jun 26 18:25:29 2017 +0200 (2017-06-26)
parents 1bc3dfe5823e
children ec84707b459a
line diff
     1.1 --- a/update/core-update.v3.2.2-v4.0.0.sql	Mon Jun 26 16:45:54 2017 +0200
     1.2 +++ b/update/core-update.v3.2.2-v4.0.0.sql	Mon Jun 26 18:25:29 2017 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_created';
     1.5  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_updated';
     1.6  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_removed';
     1.7 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_created';
     1.8 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_updated';
     1.9 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_removed';
    1.10 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_created';
    1.11 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_updated';
    1.12 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_removed';
    1.13  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_created';
    1.14  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_updated';
    1.15  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_removed';

Impressum / About Us