X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=blobdiff_plain;f=src%2Fdatabase%2Fdestroy.sql;h=3b7f3891b352dec2579f2b00cd659e5d81e464f4;hp=f69b1edcf88059ad8c81e20538b6cada426527ab;hb=4d57a7e6a9acd5f8ad538e3a4725ee4534d78c74;hpb=66ef806b6da939a527015ba77d3f33931e957f25 diff --git a/src/database/destroy.sql b/src/database/destroy.sql index f69b1ed..3b7f389 100644 --- a/src/database/destroy.sql +++ b/src/database/destroy.sql @@ -42,6 +42,16 @@ DROP SEQUENCE "notification_notificationid_seq"; DROP TABLE "notification"; +DROP SEQUENCE checkid_seq; + +DROP TABLE notification_check; + +DROP TABLE notification_check_buffer; + +DROP SEQUENCE checklineid_seq; + +DROP TABLE notification_check_line; + DROP SEQUENCE "object_objectid_seq"; DROP TABLE "object"; @@ -52,6 +62,8 @@ DROP TABLE "object_priority"; DROP TABLE "object_service"; +DROP TABLE object_statistics; + DROP TABLE "object_system_user"; DROP TABLE "object_user";