// Remove BO themes
This commit is contained in:
@@ -653,7 +653,6 @@ CREATE TABLE `PREFIX_employee` (
|
||||
`stats_date_to` date default NULL,
|
||||
`bo_color` varchar(32) default NULL,
|
||||
`bo_theme` varchar(32) default NULL,
|
||||
`bo_uimode` ENUM('hover','click') default 'click',
|
||||
`bo_show_screencast` tinyint(1) NOT NULL default '1',
|
||||
`active` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_order` tinyint(1) unsigned NOT NULL default '0',
|
||||
|
||||
@@ -36,7 +36,7 @@ INSERT INTO `PREFIX_hook` (`name`, `title`, `description`, `position`, `live_edi
|
||||
('afterDeleteAttribute', 'On deleting attribute feature value', 'On deleting attribute feature value', 0, 0),
|
||||
('afterSaveAttribute', 'On saving attribute feature value', 'On saving attribute feature value', 0, 0);
|
||||
|
||||
ALTER TABLE `PREFIX_employee` ADD `bo_show_screencast` TINYINT(1) NOT NULL DEFAULT '1' AFTER `bo_uimode`;
|
||||
ALTER TABLE `PREFIX_employee` ADD `bo_show_screencast` TINYINT(1) NOT NULL DEFAULT '1' AFTER `bo_theme`;
|
||||
|
||||
UPDATE `PREFIX_country` SET id_zone = (SELECT id_zone FROM `PREFIX_zone` WHERE name = 'Oceania' LIMIT 1) WHERE iso_code = 'KI' LIMIT 1;
|
||||
|
||||
|
||||
@@ -544,3 +544,5 @@ INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) ('P
|
||||
|
||||
/* PHP:add_new_groups('Non identifié', 'Unidentified'); */;
|
||||
/* PHP:add_new_groups('Invité', 'Guest'); */;
|
||||
|
||||
UPDATE `PREFIX_employee` SET `bo_theme` = 'default';
|
||||
|
||||
Reference in New Issue
Block a user