about summary refs log tree commit diff
path: root/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2018-04-14-153202_add_stickies_improve_index/down.sql')
-rw-r--r--migrations/2018-04-14-153202_add_stickies_improve_index/down.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql b/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
deleted file mode 100644
index a67ada3d4a..0000000000
--- a/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-DROP VIEW thread_index;
-ALTER TABLE threads DROP COLUMN sticky;