// Manage SQL upgrade for stock management

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11156 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-12-12 20:54:48 +00:00
parent fddf4fb89b
commit 5a2d80bd50
7 changed files with 489 additions and 4 deletions
+1 -1
View File
@@ -1615,7 +1615,7 @@ CREATE TABLE `PREFIX_subdomain` (
CREATE TABLE `PREFIX_supplier` (
`id_supplier` int(10) unsigned NOT NULL auto_increment,
`id_address` int(10) unsigned NOT NULL,
`id_address` int(10) unsigned NOT NULL default 0,
`name` varchar(64) NOT NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,