diff --git a/src/main/resources/config/sql/base/V3__create_alter_tables_v1_1.sql b/src/main/resources/config/sql/base/V3__create_alter_tables_v1_1.sql index 089c3fe8..1f186449 100644 --- a/src/main/resources/config/sql/base/V3__create_alter_tables_v1_1.sql +++ b/src/main/resources/config/sql/base/V3__create_alter_tables_v1_1.sql @@ -15,13 +15,13 @@ CREATE TABLE IF NOT EXISTS `remote_proctoring_room` ( REFERENCES `exam` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION); - + -- ----------------------------------------------------- -- Alter Table `remote_proctoring_room` -- ----------------------------------------------------- ALTER TABLE `remote_proctoring_room` ADD COLUMN IF NOT EXISTS `townhall_room` INT(1) NOT NULL DEFAULT 0; - + -- ----------------------------------------------------- -- Alter Table `client_connection` -- ----------------------------------------------------- diff --git a/src/main/resources/config/sql/base/V4__insert_data_v1_1.sql b/src/main/resources/config/sql/base/V4__insert_data_v1_1.sql index 575cb0f2..9b12fa23 100644 --- a/src/main/resources/config/sql/base/V4__insert_data_v1_1.sql +++ b/src/main/resources/config/sql/base/V4__insert_data_v1_1.sql @@ -1,6 +1,6 @@ INSERT INTO view (name, columns, position, template_id) VALUES ('proctoring', 12, 12, 0); - + SET @proct_view_id = LAST_INSERT_ID(); @@ -39,9 +39,9 @@ INSERT IGNORE INTO configuration_attribute VALUES (1132, 'jitsiMeetSendAudio', 'CHECKBOX', null, null, null, null, 'true'), (1133, 'jitsiMeetSendVideo', 'CHECKBOX', null, null, null, null, 'true') ; - + UPDATE orientation SET width='4' WHERE id='68'; - + INSERT IGNORE INTO orientation (config_attribute_id, template_id, view_id, group_id, x_position, y_position, width, height, title) VALUES (942, 0, 5, 'quitLink', 4, 5, 4, 1, 'NONE'), @@ -74,7 +74,4 @@ INSERT IGNORE INTO orientation (config_attribute_id, template_id, view_id, group (1125, 0, @proct_view_id, 'ai_faces_angle', 0, 11, 6, 1, 'NONE'), (1124, 0, @proct_view_id, 'ai_faces_angle', 0, 12, 6, 1, 'NONE'), (1121, 0, @proct_view_id, 'ai_faces_angle', 0, 13, 6, 1, 'NONE') - ; - - - \ No newline at end of file + ; \ No newline at end of file