From 02eab65c4e0dc67504c7e530800a4a97b62fd296 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 12 Oct 2015 05:47:00 -0400 Subject: [PATCH] upgrade h2 db schema to 3.0 --- dependency-check-core/src/main/resources/data/upgrade_2.9.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/data/upgrade_2.9.sql b/dependency-check-core/src/main/resources/data/upgrade_2.9.sql index 6c2c3382d..87f5b1a4a 100644 --- a/dependency-check-core/src/main/resources/data/upgrade_2.9.sql +++ b/dependency-check-core/src/main/resources/data/upgrade_2.9.sql @@ -4,4 +4,4 @@ --ALTER TABLE cpeEntry ALTER COLUMN dictionaryEntry SET DEFAULT FALSE; --UPDATE cpeEntry SET dictionaryEntry=false; ---UPDATE Properties SET value='3.0' WHERE ID='version'; \ No newline at end of file +UPDATE Properties SET value='3.0' WHERE ID='version'; \ No newline at end of file