From 961884ef12d936cb2947040a73e7bcf52cc3a3fb Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 20 Jan 2014 13:17:40 -0500 Subject: [PATCH] updated db schema version to 2.9 Former-commit-id: 5f25b92cc794e6b51a5887b17dad7a9cb4b4cc03 --- dependency-check-core/src/main/resources/data/initialize.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/data/initialize.sql b/dependency-check-core/src/main/resources/data/initialize.sql index 7d6bfa495..df6c6445c 100644 --- a/dependency-check-core/src/main/resources/data/initialize.sql +++ b/dependency-check-core/src/main/resources/data/initialize.sql @@ -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'); \ No newline at end of file +INSERT INTO properties(id, value) VALUES ('version', '2.9'); \ No newline at end of file