fixed schema
This commit is contained in:
parent
8828b2f4e8
commit
8a6ade1d34
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue