summaryrefslogtreecommitdiff
path: root/db/migrate/20160316192622_change_target_id_to_null_on_todos.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160316192622_change_target_id_to_null_on_todos.rb')
-rw-r--r--db/migrate/20160316192622_change_target_id_to_null_on_todos.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20160316192622_change_target_id_to_null_on_todos.rb b/db/migrate/20160316192622_change_target_id_to_null_on_todos.rb
deleted file mode 100644
index 488c3d4945c..00000000000
--- a/db/migrate/20160316192622_change_target_id_to_null_on_todos.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class ChangeTargetIdToNullOnTodos < ActiveRecord::Migration[4.2]
- def change
- change_column_null :todos, :target_id, true
- end
-end