]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/drop_postgresql_tables.in
- Fix ANSI labels to put EOF1 and EOF2 after each file mark.
[bacula/bacula] / bacula / src / cats / drop_postgresql_tables.in
index ad3ec4a93564236bdd5f0b72b6ee4f72fc7461d9..93fe437f733aa973220991896e5a64681284b600 100644 (file)
@@ -19,6 +19,9 @@ drop table filename;
 drop table counters;
 drop table version;
 drop table CDImages;
+drop table Devices;
+drop table Storage;
+drop table MediaType;
 END-OF-DATA
 then
    echo "Deletion of Bacula PostgreSQL tables succeeded."