From: Marco van Wieringen Date: Wed, 31 Mar 2010 20:02:59 +0000 (+0200) Subject: Change Ingres drop script so we can run any form of regression and a drop really... X-Git-Tag: Release-5.0.2~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=931e9b74713cdffefedd5c545d54ba4d0595d1b1;p=bacula%2Fbacula Change Ingres drop script so we can run any form of regression and a drop really drops the content of the database so we can run make_ingres_tables again. --- diff --git a/bacula/src/cats/drop_ingres_tables.in b/bacula/src/cats/drop_ingres_tables.in index ad7f23caa8..ac6b6eadca 100755 --- a/bacula/src/cats/drop_ingres_tables.in +++ b/bacula/src/cats/drop_ingres_tables.in @@ -6,29 +6,47 @@ bindir=@SQL_BINDIR@ db_name=@db_name@ sql -u${db_user} ${db_name} $* <