SEBSERV-232
This commit is contained in:
parent
48f23ea7e4
commit
5e9f922a3f
1 changed files with 7 additions and 1 deletions
|
@ -47,4 +47,10 @@ INSERT IGNORE INTO configuration_attribute VALUES
|
|||
|
||||
INSERT IGNORE INTO orientation (config_attribute_id, template_id, view_id, group_id, x_position, y_position, width, height, title) VALUES
|
||||
(974, 0, 2, 'taskbar', 0, 11, 3, 1, 'NONE'),
|
||||
(975, 0, 2, 'taskbar', 0, 12, 3, 1, 'NONE');
|
||||
(975, 0, 2, 'taskbar', 0, 12, 3, 1, 'NONE');
|
||||
|
||||
-- -----------------------------------------------------------------
|
||||
-- SEBSERV-232 change default value jitsi to not enabled
|
||||
-- -----------------------------------------------------------------
|
||||
|
||||
UPDATE configuration_attribute SET default_value='false' WHERE id=1102;
|
||||
|
|
Loading…
Reference in a new issue