Skip to content

Commit

Permalink
SEBSP-116 added migration for screen_proctoring_group
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Oct 31, 2024
1 parent 6b552b9 commit 1ace132
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 1ace132

Please sign in to comment.