// Deletion of subdomains
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user