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