updated db schema version to 2.9

Former-commit-id: 88a4e319a10e69987f71ff0900918b51dd9a76e8
This commit is contained in:
Jeremy Long
2014-01-20 13:17:47 -05:00
parent 961884ef12
commit e5eab69f65

View File

@@ -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';