X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fdrop_postgresql_tables.in;h=ab5f59a1375eb6780221f214fd162ac4546d19ac;hb=f8f848fdb5aace95292d905dc60fe0de45521859;hp=f59669e6f12527e399c2e83f91f79ba6eb5d92c6;hpb=0d79193a21396cb46f68e327b94308af4eda1e7e;p=bacula%2Fbacula diff --git a/bacula/src/cats/drop_postgresql_tables.in b/bacula/src/cats/drop_postgresql_tables.in index f59669e6f1..ab5f59a137 100644 --- a/bacula/src/cats/drop_postgresql_tables.in +++ b/bacula/src/cats/drop_postgresql_tables.in @@ -24,7 +24,9 @@ drop table Storage; drop table MediaType; drop table Status; drop table MAC; +drop table log; drop table Location; +drop table locationlog; END-OF-DATA pstat=$? if test $pstat = 0;