about summary refs log tree commit diff
path: root/migrations/2018-05-25-160648_add_closed_column/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2018-05-25-160648_add_closed_column/up.sql')
-rw-r--r--migrations/2018-05-25-160648_add_closed_column/up.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/migrations/2018-05-25-160648_add_closed_column/up.sql b/migrations/2018-05-25-160648_add_closed_column/up.sql
deleted file mode 100644
index d7d4c44da2..0000000000
--- a/migrations/2018-05-25-160648_add_closed_column/up.sql
+++ /dev/null
@@ -1 +0,0 @@
-ALTER TABLE threads ADD COLUMN closed BOOLEAN NOT NULL DEFAULT false;