mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
Update initialize_mysql.sql
lower cased "properties" in UPDATE statement
This commit is contained in:
@@ -54,4 +54,4 @@ DELIMITER ;
|
|||||||
|
|
||||||
GRANT EXECUTE ON PROCEDURE dependencycheck.save_property TO 'dcuser';
|
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';
|
||||||
|
|||||||
Reference in New Issue
Block a user