about summary refs log tree commit diff
path: root/migrations/2018-04-08-182319_add_authors/down.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2018-04-08-182319_add_authors/down.sql')
-rw-r--r--migrations/2018-04-08-182319_add_authors/down.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/migrations/2018-04-08-182319_add_authors/down.sql b/migrations/2018-04-08-182319_add_authors/down.sql
deleted file mode 100644
index 8ad8179080..0000000000
--- a/migrations/2018-04-08-182319_add_authors/down.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-ALTER TABLE threads DROP COLUMN author_name;
-ALTER TABLE threads DROP COLUMN author_email;
-
-ALTER TABLE posts DROP COLUMN author_name;
-ALTER TABLE posts DROP COLUMN author_email;