Added new table to the database: log_adv_daemon_email.
[gnucomo.git] / src / database / destroy.sql
index 68e9a11..f69b1ed 100644 (file)
@@ -1,3 +1,8 @@
+--*************************************************************************
+--  (c) Copyright 2002, Andromeda Technology & Automation
+-- This is free software; you can redistribute it and/or modify it under the
+-- terms of the GNU General Public License, see the file COPYING.
+--*************************************************************************/
 --
 -- Gnucomo database destruction script.
 --
@@ -16,10 +21,19 @@ DROP SEQUENCE "action_user_actionstepid_seq";
 
 DROP TABLE "action_user";
 
+DROP TABLE "db_value";
+
+DROP TABLE "history";
+
 DROP SEQUENCE "log_logid_seq";
 
 DROP TABLE "log";
 
+DROP SEQUENCE "log_advid_seq";
+
+DROP TABLE log_adv_kernel_network;
+DROP TABLE log_adv_daemon_email;
+DROP TABLE log_adv_daemon;
 DROP TABLE "log_adv";
 
 DROP TABLE "log_notification";
@@ -42,11 +56,22 @@ DROP TABLE "object_system_user";
 
 DROP TABLE "object_user";
 
+DROP SEQUENCE "paramid_seq";
+
+DROP TABLE "parameter";
+
+DROP TABLE "parameter_class";
+
+DROP TABLE "parameter_notification";
+
 DROP TABLE "priority";
 
+DROP TABLE "property";
+
 DROP TABLE "service";
 
 DROP TABLE "status";
+DROP TABLE supported_os;
 
 DROP SEQUENCE "type_of_issue_type_of_issue_seq";
 
@@ -57,4 +82,5 @@ DROP SEQUENCE "unprocessed_l_unprocessedid_seq";
 DROP TABLE "unprocessed_log";
 
 DROP TABLE "user_gnucomo";
+DROP TABLE "usr";