From 08d7b3dbce05671ff020de096b2087b213e93439 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 26 Oct 2015 06:31:43 -0400 Subject: [PATCH] currently unused but contains DDL that may be needed in the future --- .../src/main/resources/data/upgrade_3.0.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dependency-check-core/src/main/resources/data/upgrade_3.0.sql diff --git a/dependency-check-core/src/main/resources/data/upgrade_3.0.sql b/dependency-check-core/src/main/resources/data/upgrade_3.0.sql new file mode 100644 index 000000000..e839d98b6 --- /dev/null +++ b/dependency-check-core/src/main/resources/data/upgrade_3.0.sql @@ -0,0 +1,7 @@ + +--the following is not currently used. +--ALTER TABLE cpeEntry ADD COLUMN IF NOT EXISTS dictionaryEntry BOOLEAN; +--ALTER TABLE cpeEntry ALTER COLUMN dictionaryEntry SET DEFAULT FALSE; +--UPDATE cpeEntry SET dictionaryEntry=false; + +--UPDATE Properties SET value='3.1' WHERE ID='version'; \ No newline at end of file