[-] BO : #PSCFI-4484 - Add historisation of the order status

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12082 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-03 16:06:18 +00:00
parent a6acc82e34
commit e5cad60084
5 changed files with 53 additions and 44 deletions
+1
View File
@@ -1252,6 +1252,7 @@ CREATE TABLE `PREFIX_order_state` (
`delivery` tinyint(1) UNSIGNED NOT NULL default '0',
`shipped` tinyint(1) UNSIGNED NOT NULL default '0',
`paid` tinyint(1) UNSIGNED NOT NULL default '0',
`deleted` tinyint(1) UNSIGNED NOT NULL default '0',
PRIMARY KEY (`id_order_state`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;