// Deletion of subdomains
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14049 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1651,11 +1651,6 @@ CREATE TABLE `PREFIX_state` (
|
||||
KEY `id_zone` (`id_zone`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `PREFIX_subdomain` (
|
||||
`id_subdomain` int(10) unsigned NOT NULL auto_increment,
|
||||
`name` varchar(16) NOT NULL,
|
||||
PRIMARY KEY (`id_subdomain`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `PREFIX_supplier` (
|
||||
`id_supplier` int(10) unsigned NOT NULL auto_increment,
|
||||
|
||||
Reference in New Issue
Block a user