]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_postgresql_tables.in
bat: Use BVFS on bRestore view
[bacula/bacula] / bacula / src / cats / drop_postgresql_tables.in
index 05355ddbe07d527eee4e58d1f41ce2ff2c11db6d..9f4e312e1c9628724674726fcba0be099905498e 100644 (file)
@@ -31,6 +31,7 @@ drop table Location;
 drop table locationlog;
 drop table PathVisibility;
 drop table PathHierarchy;
+drop table RestoreObject;
 END-OF-DATA
 pstat=$?
 if test $pstat = 0;