3 # Drop Bacula database -- works for whatever is configured,
4 # MySQL, SQLite, PostgreSQL
6 if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
7 @scriptdir@/drop_@DB_TYPE@_database $*
9 if test xmysql = x@DB_TYPE@ ; then
10 echo "Making MySQL database"
11 @scriptdir@/drop_mysql_database $*
13 @scriptdir@/drop_postgresql_database $*