From 6949b3c229eb468b1b41c19b56fb9a7837f577d1 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 26 Oct 2015 06:30:56 -0400 Subject: [PATCH] update file cannot contain comments --- .../src/main/resources/data/upgrade_2.9.sql | 6 ------ 1 file changed, 6 deletions(-) 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 87f5b1a4a..74428f4d1 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 @@ -1,7 +1 @@ - ---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.0' WHERE ID='version'; \ No newline at end of file