If casing of properties table name.

This commit is contained in:
Andreas Mandel
2015-12-17 14:06:16 +01:00
parent e204971a6c
commit ce7e360b70

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