From 23d109508373800a6f29081c238abb646b50e0b9 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 31 Mar 2010 22:02:59 +0200 Subject: [PATCH] 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. --- bacula/src/cats/drop_ingres_tables.in | 64 +++++++++++++++++---------- 1 file changed, 41 insertions(+), 23 deletions(-) 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} $* <