]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_bacula_tables.in
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / cats / drop_bacula_tables.in
index 6ae1003a34dda5855f0e6611e6900b099abd8c76..97509289ca3095b3b912d4bfe395e89b75bc6b98 100755 (executable)
@@ -3,7 +3,7 @@
 #  Drop Bacula tables -- works for whatever is configured,
 #    MySQL, SQLite, or PostgreSQL
 #
-if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
+if test xsqlite3 = x@DB_TYPE@ ; then
   @scriptdir@/drop_@DB_TYPE@_tables $*
   echo "Dropped SQLite tables"
 else