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-7.0.0~2021 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a3d13ef7665a9a223addf798b964eccd879ef7d;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 5b20c50108..10b9f3c4bd 100755 --- a/bacula/src/cats/drop_ingres_tables.in +++ b/bacula/src/cats/drop_ingres_tables.in @@ -7,29 +7,47 @@ db_name=@db_name@ db_user=@db_user@ sql -u${db_user} ${db_name} $* <