]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_mysql_tables.in
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / cats / update_mysql_tables.in
index 217416ec648c5f66d6d5dd0c5f85efd7e0a0d7ce..c87955612abc36f463f0396c69c32105e7e8f281 100755 (executable)
@@ -53,7 +53,7 @@ CREATE TABLE BaseFiles (
    );
 
 DELETE FROM Version;
-INSERT INTO VERSION (VersionId) VALUES (7);
+INSERT INTO Version (VersionId) VALUES (7);
 
 END-OF-DATA
 then