add new thelia version in migration script

This commit is contained in:
Manuel Raynaud
2014-01-08 15:49:06 +01:00
parent f1ce5a3f70
commit 4d1a82e7a7

View File

@@ -46,5 +46,8 @@ CREATE TABLE `order_coupon`
ON DELETE CASCADE
) ENGINE=InnoDB;
UPDATE `config` SET `value`='2.0.0-beta3' WHERE `name`='thelia_version';
UPDATE `config` SET `value`='beta3' WHERE `name`='thelia_extra_version';
# This restores the fkey checks, after having unset them earlier
SET FOREIGN_KEY_CHECKS = 1;