fixed schema

This commit is contained in:
anhefti 2022-11-14 17:11:47 +01:00
parent 8828b2f4e8
commit 8a6ade1d34

View file

@ -747,7 +747,6 @@ CREATE TABLE IF NOT EXISTS `seb_security_key_registry` (
`tag` VARCHAR(255) NULL,
`exam_id` BIGINT UNSIGNED NULL,
`exam_template_id` BIGINT UNSIGNED NULL,
`encryption_type` VARCHAR(45) NOT NULL,
PRIMARY KEY (`id`),
INDEX `segKeyReg_exam_ref_idx` (`exam_id` ASC),
INDEX `segKeyReg_exam_template_ref_idx` (`exam_template_id` ASC),