liquid_feedback_core

diff update/core-update.v2.0.0-v2.0.1.sql @ 205:eee75cff3e5a

Bugfix in old update scripts from v1.3.1 to v1.4.0: Set default of "issue"."state" to 'admission'
author jbe
date Mon Oct 24 20:58:15 2011 +0200 (2011-10-24)
parents
children b52a65f5b1d3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/update/core-update.v2.0.0-v2.0.1.sql	Mon Oct 24 20:58:15 2011 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +BEGIN;
     1.5 +
     1.6 +-- work in progress
     1.7 +
     1.8 +ALTER TABLE "issue" ALTER "state" SET DEFAULT 'admission';  -- fixes wrong update script from v1.3.1 to v1.4.0
     1.9 +
    1.10 +COMMIT;

Impressum / About Us