// Add migration of tabs in upgrader

This commit is contained in:
rMalie
2012-03-12 16:39:15 +00:00
parent 0f468ac091
commit 99249b3683
8 changed files with 173 additions and 9 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ ALTER TABLE `PREFIX_employee`
ALTER TABLE `PREFIX_employee` ADD `default_tab` int(10) unsigned NOT NULL default 0 AFTER `bo_theme`;
DROP TABLE `PREFIX_subdomain`;
DROP TABLE `PREFIX_subdomain`;
/* PHP:migrate_tabs_15(); */;