From 710bb47990f8eff54ed1c45ccb8e6871f0dd15f7 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 5 Aug 2014 16:44:08 +0200 Subject: [PATCH] update thelia version in sql files --- setup/insert.sql | 2 +- setup/update/2.0.3-beta.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/insert.sql b/setup/insert.sql index cc361b5b9..488cefaeb 100644 --- a/setup/insert.sql +++ b/setup/insert.sql @@ -46,7 +46,7 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat ('store_description','', 0, 1, NOW(), NOW()), ('store_email','', 0, 1, NOW(), NOW()), ('one_domain_foreach_lang','0', 1, 1, NOW(), NOW()), -('thelia_version','2.0.2', 1, 1, NOW(), NOW()), +('thelia_version','2.0.3-beta', 1, 1, NOW(), NOW()), ('thelia_major_version','2', 1, 1, NOW(), NOW()), ('thelia_minus_version','0', 1, 1, NOW(), NOW()), ('thelia_release_version','3', 1, 1, NOW(), NOW()), diff --git a/setup/update/2.0.3-beta.sql b/setup/update/2.0.3-beta.sql index b7e58612d..6ebf4c1e7 100644 --- a/setup/update/2.0.3-beta.sql +++ b/setup/update/2.0.3-beta.sql @@ -2,7 +2,7 @@ # It "suspends judgement" for fkey relationships until are tables are set. SET FOREIGN_KEY_CHECKS = 0; -UPDATE `config` SET `value`='2.0.3' WHERE `name`='thelia_version'; +UPDATE `config` SET `value`='2.0.3-beta' WHERE `name`='thelia_version'; UPDATE `config` SET `value`='3' WHERE `name`='thelia_release_version'; UPDATE `config` SET `value`='beta' WHERE `name`='thelia_extra_version';