Automatic versionning of all existing orders during the update 2.0.3

This commit is contained in:
Guillaume Barral
2014-06-19 15:24:14 +02:00
parent d4efd004f7
commit 2a6d99e36b

View File

@@ -97,6 +97,6 @@ SELECT
`version`,
`version_created_at`,
`version_created_by`
FROM `order`;
FROM `order`;
SET FOREIGN_KEY_CHECKS = 1;