updated db schema version to 2.9

Former-commit-id: 2e799ce28b1401c12d08f084a326b8a63e090910
This commit is contained in:
Jeremy Long
2014-01-20 13:17:40 -05:00
parent be5a6f7e7d
commit 4780f23e1f

View File

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