Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#12 Drop site_log tables #31

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions init/058-drop-site-logs-table.sql
Original file line number Diff line number Diff line change
@@ -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`;
8 changes: 0 additions & 8 deletions init/991-seed-reference-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`
--
Expand Down