updated db schema version to 2.9

Former-commit-id: 90194fc040d66c9c52449db849113a65aa8e9b68
This commit is contained in:
Jeremy Long
2014-01-20 13:17:47 -05:00
parent 4780f23e1f
commit e9ea13cdff

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