Added new tables to the database: parameter_class and parameter_notification
[gnucomo.git] / src / database / destroy.sql
index 5820798..e729675 100644 (file)
@@ -58,6 +58,10 @@ DROP SEQUENCE "paramid_seq";
 
 DROP TABLE "parameter";
 
+DROP TABLE "parameter_class";
+
+DROP TABLE "parameter_notification";
+
 DROP TABLE "priority";
 
 DROP TABLE "property";