]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_bacula_tables.in
kes Apply patch supplied in bug #656 to pass priority field
[bacula/bacula] / bacula / src / cats / make_bacula_tables.in
index 6360980abbd6baf2570caae96228c828370d0411..a71462d2308e5b6163160b2632d12835a2b1911f 100755 (executable)
@@ -3,9 +3,9 @@
 # This routine makes the appropriately configured
 #  Bacula tables for PostgreSQL, MySQL, or SQLite.
 #
-if test xsqlite = x@DB_NAME@ ; then
+if test xsqlite = x@DB_NAME@ -o xsqlite3 = x@DB_NAME@ ; then
   echo "Making SQLite tables"
-  @scriptdir@/make_sqlite_tables $*
+  @scriptdir@/make_@DB_NAME@_tables $*
 else
   if test xmysql = x@DB_NAME@ ; then 
     echo "Making MySQL tables"