From 4d1a82e7a76766a975086b9cdb53a921663f3bd6 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 8 Jan 2014 15:49:06 +0100 Subject: [PATCH] add new thelia version in migration script --- install/update/2.0.0-beta3.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/update/2.0.0-beta3.sql b/install/update/2.0.0-beta3.sql index e4ea9bdba..c829165fb 100644 --- a/install/update/2.0.0-beta3.sql +++ b/install/update/2.0.0-beta3.sql @@ -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;