// Fixed #PSTEST-1095

This commit is contained in:
bMancone
2012-03-27 09:32:08 +00:00
parent 9680d8f74c
commit e7877e1212
-1
View File
@@ -1654,7 +1654,6 @@ CREATE TABLE `PREFIX_state` (
CREATE TABLE `PREFIX_supplier` (
`id_supplier` int(10) unsigned NOT NULL auto_increment,
`id_address` int(10) unsigned NOT NULL default 0,
`name` varchar(64) NOT NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,