liquid_feedback_core

changeset 613:519826089133

Merged fix regarding wrong version number info in core-update.v4.1.0-v4.2.0.sql
author jbe
date Sun May 17 12:50:22 2020 +0200 (2020-05-17)
parents a94f7cb8ed19 c6fd8307ba2c
children 7f564126cffb
files
line diff
     1.1 --- a/update/core-update.v4.1.0-v4.2.0.sql	Sun May 17 11:58:52 2020 +0200
     1.2 +++ b/update/core-update.v4.1.0-v4.2.0.sql	Sun May 17 12:50:22 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