mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
updated db schema version to 2.9
Former-commit-id: 88a4e319a10e69987f71ff0900918b51dd9a76e8
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