diff --git a/src/main/resources/config/sql/base/V11__updateSebSettings_v1_3.sql b/src/main/resources/config/sql/base/V11__updateSebSettings_v1_3.sql index 2045d341..b1aaa91c 100644 --- a/src/main/resources/config/sql/base/V11__updateSebSettings_v1_3.sql +++ b/src/main/resources/config/sql/base/V11__updateSebSettings_v1_3.sql @@ -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'); \ No newline at end of file + (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;