]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_sqlite_tables.in
ebl Add '*' when volume is online when displaying volume list in restore.
[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 db_name=@db_name@
7
8 rm -f @working_dir@/${db_name}.db
9 touch @working_dir@/${db_name}.db