// Deletion of subdomains

This commit is contained in:
rGaillard
2012-03-12 16:04:22 +00:00
parent 9566879f60
commit 88dcbf56df
6 changed files with 3 additions and 165 deletions
+2
View File
@@ -6,3 +6,5 @@ ALTER TABLE `PREFIX_employee`
MODIFY COLUMN `id_last_customer` INT(10) UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `PREFIX_employee` ADD `default_tab` int(10) unsigned NOT NULL default 0 AFTER `bo_theme`;
DROP TABLE `PREFIX_subdomain`;