schema
This commit is contained in:
parent
77e8a7c68a
commit
8b1a7f0c27
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
-- -----------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue