Automatic creation of all orders in order_version during the 2.0.3 update

This commit is contained in:
Guillaume Barral
2014-06-19 15:22:06 +02:00
parent adcbc13ada
commit 15e2ff5fc3

View File

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