]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_sqlite_tables.in
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / cats / update_sqlite_tables.in
index 6f6bab713fb33daa87e9c27cc2a05e6bf20c569e..3c81697d89de68e0950dbc110f08e6bc43473f56 100755 (executable)
@@ -209,6 +209,6 @@ CREATE TABLE BaseFiles (
 COMMIT;
 
 DELETE FROM Version;
-INSERT INTO VERSION (VersionId) VALUES (7);
+INSERT INTO Version (VersionId) VALUES (7);
 
 END-OF-DATA