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