This commit is contained in:
anhefti 2021-02-10 18:28:24 +01:00
parent 77e8a7c68a
commit 8b1a7f0c27

View file

@ -15,13 +15,13 @@ CREATE TABLE IF NOT EXISTS `remote_proctoring_room` (
REFERENCES `exam` (`id`) REFERENCES `exam` (`id`)
ON DELETE NO ACTION ON DELETE NO ACTION
ON UPDATE NO ACTION); ON UPDATE NO ACTION);
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Alter Table `remote_proctoring_room` -- Alter Table `remote_proctoring_room`
-- ----------------------------------------------------- -- -----------------------------------------------------
ALTER TABLE `remote_proctoring_room` ALTER TABLE `remote_proctoring_room`
ADD COLUMN IF NOT EXISTS `townhall_room` INT(1) NOT NULL DEFAULT 0; ADD COLUMN IF NOT EXISTS `townhall_room` INT(1) NOT NULL DEFAULT 0;
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Alter Table `client_connection` -- Alter Table `client_connection`
-- ----------------------------------------------------- -- -----------------------------------------------------