]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite_tables.in
ebl Add ClientId in db_create_job_record
[bacula/bacula] / bacula / src / cats / drop_sqlite_tables.in
1 #!/bin/sh
2 #
3 # shell script to Delete the SQLite tables, we simply delete and recreate
4 #  the database.
5 #
6
7 rm -f @working_dir@/bacula.db
8 touch @working_dir@/bacula.db