diff --git a/src/main/resources/config/sql/base/V30__sps_group_extantion_v2_1.sql b/src/main/resources/config/sql/base/V30__sps_group_extantion_v2_1.sql new file mode 100644 index 000000000..e5c3ba78f --- /dev/null +++ b/src/main/resources/config/sql/base/V30__sps_group_extantion_v2_1.sql @@ -0,0 +1,7 @@ +-- ---------------------------------------------------------------- +-- Add collecting_strategy and seb_group_id to screen_proctoring_group table SEBSP-116 +-- ---------------------------------------------------------------- + +ALTER TABLE `screen_proctoring_group` +ADD COLUMN IF NOT EXISTS `collecting_strategy` VARCHAR(45) NULL, +ADD COLUMN IF NOT EXISTS `seb_group_id` BIGINT UNSIGNED NULL; \ No newline at end of file