about summary refs log tree commit diff
path: root/db/migrate/20191031163205_change_list_account_follow_nullable.rb
blob: ff89115467d789ef133bc8eaface9538b3b56c27 (plain) (blame)
1
2
3
4
5
class ChangeListAccountFollowNullable < ActiveRecord::Migration[5.1]
  def change
    change_column_null :list_accounts, :follow_id, true
  end
end