Merge pull request #424 from amandel/patch-1

Fix casing of properties table name.
This commit is contained in:
Jeremy Long
2015-12-18 05:55:04 -05:00

View File

@@ -12,4 +12,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';