discourse/db/migrate/20131122064921_increase_twi...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
184 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class IncreaseTwitterUserIdLength < ActiveRecord::Migration[4.2]
2013-11-22 01:51:36 -05:00
def change
change_column :twitter_user_infos, :twitter_user_id, :bigint
end
end