]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_postgresql_tables.in
Tweak insert_autokey to use unsigned int64 instead of signed int64.
[bacula/bacula] / bacula / src / cats / drop_postgresql_tables.in
index 71c45b571c4ffbcb462be30c36281ddd496f45b6..9f4e312e1c9628724674726fcba0be099905498e 100644 (file)
@@ -29,6 +29,9 @@ drop table MAC;
 drop table log;
 drop table Location;
 drop table locationlog;
+drop table PathVisibility;
+drop table PathHierarchy;
+drop table RestoreObject;
 END-OF-DATA
 pstat=$?
 if test $pstat = 0;