3 # This routine makes the appropriately configured
4 # Bacula tables for PostgreSQL, MySQL, or SQLite.
6 if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
7 echo "Making SQLite tables"
8 @scriptdir@/make_@DB_TYPE@_tables $*
10 if test xmysql = x@DB_TYPE@ ; then
11 echo "Making MySQL tables"
12 @scriptdir@/make_mysql_tables $*
14 echo "Making PostgreSQL tables"
15 @scriptdir@/make_postgresql_tables $*