Update initialize_mysql.sql

lower cased "properties" in UPDATE statement
This commit is contained in:
Tilmann H
2016-05-25 11:36:09 +02:00
parent 425fd65bd8
commit 2906b315b3

View File

@@ -54,4 +54,4 @@ DELIMITER ;
GRANT EXECUTE ON PROCEDURE dependencycheck.save_property TO 'dcuser';
UPDATE Properties SET value='3.0' WHERE ID='version';
UPDATE properties SET value='3.0' WHERE ID='version';