about summary refs log tree commit diff
path: root/migrations/2018-04-14-140818_posts_only_in_posts/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2018-04-14-140818_posts_only_in_posts/up.sql')
-rw-r--r--migrations/2018-04-14-140818_posts_only_in_posts/up.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/migrations/2018-04-14-140818_posts_only_in_posts/up.sql b/migrations/2018-04-14-140818_posts_only_in_posts/up.sql
deleted file mode 100644
index 07ff9a1196..0000000000
--- a/migrations/2018-04-14-140818_posts_only_in_posts/up.sql
+++ /dev/null
@@ -1,6 +0,0 @@
--- Instead of storing the thread OP in the thread table, this will
--- make it a post as well.
--- At the time at which this migration was created no important data
--- existed in any converse instances, so data is not moved.
-
-ALTER TABLE threads DROP COLUMN body;