Merge pull request #502 from xthk/master

Update initialize_mysql.sql
This commit is contained in:
Jeremy Long
2016-05-25 06:12:52 -04:00

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';