liquid_feedback_core

changeset 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
files core.sql update/core-update.v3.2.2-v4.0.0.sql
line diff
     1.1 --- a/core.sql	Mon Jun 26 16:45:54 2017 +0200
     1.2 +++ b/core.sql	Mon Jun 26 18:25:29 2017 +0200
     1.3 @@ -1385,9 +1385,9 @@
     1.4          'unit_created',
     1.5          'unit_updated',
     1.6          'unit_removed',
     1.7 -        'subject_area_created',
     1.8 -        'subject_area_updated',
     1.9 -        'subject_area_removed',
    1.10 +        'area_created',
    1.11 +        'area_updated',
    1.12 +        'area_removed',
    1.13          'policy_created',
    1.14          'policy_updated',
    1.15          'policy_removed',
     2.1 --- a/update/core-update.v3.2.2-v4.0.0.sql	Mon Jun 26 16:45:54 2017 +0200
     2.2 +++ b/update/core-update.v3.2.2-v4.0.0.sql	Mon Jun 26 18:25:29 2017 +0200
     2.3 @@ -1,9 +1,9 @@
     2.4  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_created';
     2.5  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_updated';
     2.6  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'unit_removed';
     2.7 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_created';
     2.8 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_updated';
     2.9 -ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'subject_area_removed';
    2.10 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_created';
    2.11 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_updated';
    2.12 +ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'area_removed';
    2.13  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_created';
    2.14  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_updated';
    2.15  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'policy_removed';

Impressum / About Us