// Replaced screencast option by menu option
This commit is contained in:
@@ -702,7 +702,7 @@ CREATE TABLE `PREFIX_employee` (
|
||||
`bo_theme` varchar(32) default NULL,
|
||||
`default_tab` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`bo_width` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
`bo_show_screencast` tinyint(1) NOT NULL default '1',
|
||||
`bo_menu` tinyint(1) NOT NULL default '0',
|
||||
`active` tinyint(1) unsigned NOT NULL default '0',
|
||||
`id_last_order` int(10) unsigned NOT NULL default '0',
|
||||
`id_last_customer_message` int(10) unsigned NOT NULL default '0',
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
SET NAMES 'utf8';
|
||||
|
||||
INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES('PS_DASHBOARD_USE_PUSH', '0', NOW(), NOW());
|
||||
|
||||
ALTER TABLE `PREFIX_employee` CHANGE `bo_show_screencast` `bo_menu` TINYINT(1) NOT NULL DEFAULT '0';
|
||||
UPDATE `PREFIX_employee` SET bo_menu = 0;
|
||||
|
||||
Reference in New Issue
Block a user