liquid_feedback_core

view update/core-update.v1.2.3-v1.2.4.sql @ 544:ff2c21f883ce

New tables "member_settings" and "member_useterms"; Make column "profile" of "member_profile" a NOT NULL column (with DEFAULT)
author jbe
date Fri Jul 14 21:02:54 2017 +0200 (2017-07-14)
parents bdccc56fb705
children
line source
1 BEGIN;
3 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
4 SELECT * FROM (VALUES ('1.2.4', 1, 2, 4))
5 AS "subquery"("string", "major", "minor", "revision");
7 -- no changes in database scheme except version number
9 COMMIT;

Impressum / About Us