aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.down.sql1
-rw-r--r--db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.up.sql5
2 files changed, 0 insertions, 6 deletions
diff --git a/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.down.sql b/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.down.sql
deleted file mode 100644
index 82bc736..0000000
--- a/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.down.sql
+++ /dev/null
@@ -1 +0,0 @@
-DROP TABLE plugin_github_commit_channel_repo_urls;
diff --git a/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.up.sql b/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.up.sql
deleted file mode 100644
index 9853357..0000000
--- a/db/migrations/20170731002034_create_github_commit_plugin_channel_repo_urls.up.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-CREATE TABLE IF NOT EXISTS plugin_github_commit_channel_repo_urls (
- id INTEGER PRIMARY KEY,
- channel TEXT NOT NULL,
- repo_url TEXT NOT NULL
-);