]> 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 7bc4acfc424e7b9e2cbd0e3a1addfc93bfd83e83..9f4e312e1c9628724674726fcba0be099905498e 100644 (file)
@@ -11,7 +11,7 @@ drop table basefiles;
 drop table jobmedia;
 drop table file;
 drop table job;
-drop table jobstat;
+drop table jobhisto;
 drop table media;
 drop table client;
 drop table pool;
@@ -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;