]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/drop_bacula_tables.in
658d290940ce1706ca350b6498f167bc67b23732
[bacula/bacula] / bacula / src / cats / drop_bacula_tables.in
1 #!/bin/sh
2 #
3 #  Drop Bacula tables -- works for whatever is configured,
4 #    MySQL or SQLite
5 #
6 if test xsqlite = x@DB_NAME@ ; then
7   source ./drop_sqlite_tables
8 else
9   source ./drop_mysql_tables
10 fi