mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated db schema version to 2.9
Former-commit-id: 2e799ce28b1401c12d08f084a326b8a63e090910
This commit is contained in:
@@ -26,4 +26,4 @@ CREATE INDEX idxSoftwareCve ON software(cveid);
|
||||
CREATE INDEX idxSoftwareCpe ON software(cpeEntryId);
|
||||
|
||||
CREATE TABLE properties (id varchar(50) PRIMARY KEY, value varchar(500));
|
||||
INSERT INTO properties(id, value) VALUES ('version', '2.8');
|
||||
INSERT INTO properties(id, value) VALUES ('version', '2.9');
|
||||
Reference in New Issue
Block a user