mastodon/db/migrate/20191031163205_change_list_...

6 lines
148 B
Ruby

class ChangeListAccountFollowNullable < ActiveRecord::Migration[5.1]
def change
change_column_null :list_accounts, :follow_id, true
end
end