From 2a6d99e36bd04fa40e563743a6292be3200309f1 Mon Sep 17 00:00:00 2001 From: Guillaume Barral Date: Thu, 19 Jun 2014 15:24:14 +0200 Subject: [PATCH] Automatic versionning of all existing orders during the update 2.0.3 --- setup/update/2.0.3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/update/2.0.3.sql b/setup/update/2.0.3.sql index 54b45f4f6..428d383d9 100644 --- a/setup/update/2.0.3.sql +++ b/setup/update/2.0.3.sql @@ -97,6 +97,6 @@ SELECT `version`, `version_created_at`, `version_created_by` -FROM `order`; +FROM `order`; SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file