liquid_feedback_core

changeset 612:c6fd8307ba2c

Removed wrong string "incomplete-update" and wrong revision number -1 from final update script for version 4.2.0
author jbe
date Sun May 17 12:48:01 2020 +0200 (2020-05-17)
parents e477713a32b6
children 519826089133
files update/core-update.v4.1.0-v4.2.0.sql
line diff
     1.1 --- a/update/core-update.v4.1.0-v4.2.0.sql	Tue Feb 11 18:22:18 2020 +0100
     1.2 +++ b/update/core-update.v4.1.0-v4.2.0.sql	Sun May 17 12:48:01 2020 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  CREATE OR REPLACE VIEW "liquid_feedback_version" AS
     1.5 -  SELECT * FROM (VALUES ('4.2.0-incomplete-update', 4, 2, -1))
     1.6 +  SELECT * FROM (VALUES ('4.2.0', 4, 2, 0))
     1.7    AS "subquery"("string", "major", "minor", "revision");
     1.8  
     1.9  ALTER TYPE "event_type" ADD VALUE IF NOT EXISTS 'posting_created';

Impressum / About Us