]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_postgresql_tables.in
kes Apply patch supplied in bug #656 to pass priority field
[bacula/bacula] / bacula / src / cats / drop_postgresql_tables.in
index f59669e6f12527e399c2e83f91f79ba6eb5d92c6..ab5f59a1375eb6780221f214fd162ac4546d19ac 100644 (file)
@@ -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;