// Deletion of subdomains

This commit is contained in:
rGaillard
2012-03-12 16:04:22 +00:00
parent 6df59cc2d3
commit 19f81e7512
6 changed files with 3 additions and 165 deletions
-5
View File
@@ -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,