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