BigW Consortium Gitlab

20160316192622_change_target_id_to_null_on_todos.rb 153 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class ChangeTargetIdToNullOnTodos < ActiveRecord::Migration
  def change
    change_column_null :todos, :target_id, true
  end
end