mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
updated db schema version to 2.9
Former-commit-id: 90194fc040d66c9c52449db849113a65aa8e9b68
This commit is contained in:
@@ -34,7 +34,7 @@ CREATE INDEX idxCpeEntry ON cpeEntry(vendor, product);
|
||||
CREATE INDEX idxSoftwareCve ON software(cveid);
|
||||
CREATE INDEX idxSoftwareCpe ON software(cpeEntryId);
|
||||
|
||||
INSERT INTO properties(id,value) VALUES ('version','2.8');
|
||||
INSERT INTO properties(id,value) VALUES ('version','2.9');
|
||||
|
||||
CREATE USER 'dcuser' IDENTIFIED BY 'DC-Pass1337!';
|
||||
GRANT SELECT, INSERT, DELETE, UPDATE ON dependencycheck.* TO 'dcuser';
|
||||
Reference in New Issue
Block a user