diff --git a/init/058-drop-site-logs-table.sql b/init/058-drop-site-logs-table.sql new file mode 100644 index 0000000..5d74b7d --- /dev/null +++ b/init/058-drop-site-logs-table.sql @@ -0,0 +1,9 @@ +DROP TABLE IF EXISTS `arbimon2`.`site_log_files`; +DROP TABLE IF EXISTS `arbimon2`.`site_event_log`; +DROP TABLE IF EXISTS `arbimon2`.`site_data_log`; +DROP TABLE IF EXISTS `arbimon2`.`site_data_log_health_types`; +DROP TABLE IF EXISTS `arbimon2`.`site_data_log_plug_types`; +DROP TABLE IF EXISTS `arbimon2`.`site_data_log_tech_types`; +DROP TABLE IF EXISTS `arbimon2`.`site_connection_log`; +DROP TABLE IF EXISTS `arbimon2`.`site_connection_types`; +DROP TABLE IF EXISTS `arbimon2`.`site_aggrs`; diff --git a/init/991-seed-reference-data.sql b/init/991-seed-reference-data.sql index fe238c1..b0e835a 100644 --- a/init/991-seed-reference-data.sql +++ b/init/991-seed-reference-data.sql @@ -103,14 +103,6 @@ INSERT INTO `project_news_types` VALUES (12,'training set edited','Training set INSERT INTO `project_news_types` VALUES (13,'training set removed','Training set removed','removed training set \"%(training_set)s\" from project \"%(project)s\"'); /*!40000 ALTER TABLE `project_news_types` ENABLE KEYS */; --- --- Dumping data for table `project_types` --- - -/*!40000 ALTER TABLE `project_types` DISABLE KEYS */; -INSERT INTO `project_types` VALUES (1,'testType','testing type'); -/*!40000 ALTER TABLE `project_types` ENABLE KEYS */; - -- -- Dumping data for table `roles` --