File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ CREATE TABLE `measures_amvs` (
501501 KEY ` amv_id` (` amv_id` ),
502502 CONSTRAINT ` measures_amvs_ibfk_2` FOREIGN KEY (` measure_id` ) REFERENCES ` measures` (` uuid` ) ON DELETE CASCADE ,
503503 CONSTRAINT ` measures_amvs_ibfk_3` FOREIGN KEY (` amv_id` ) REFERENCES ` amvs` (` uuid` ) ON DELETE CASCADE
504- ) ENGINE= InnoDB AUTO_INCREMENT= 43780 DEFAULT CHARSET= utf8 COLLATE= utf8_general_ci;
504+ ) ENGINE= InnoDB AUTO_INCREMENT= 43996 DEFAULT CHARSET= utf8 COLLATE= utf8_general_ci;
505505/* !40101 SET character_set_client = @saved_cs_client */ ;
506506
507507--
@@ -1233,4 +1233,4 @@ CREATE TABLE `vulnerabilities_models` (
12331233/* !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ ;
12341234/* !40111 SET SQL_NOTES=@OLD_SQL_NOTES */ ;
12351235
1236- -- Dump completed on 2026-01-08 13:42:10
1236+ -- Dump completed on 2026-01-12 16:15:42
You can’t perform that action at this time.
0 commit comments