ensure we have a bigint id

This commit is contained in:
Sam
2013-11-22 17:51:36 +11:00
parent b804f0bec9
commit 49b48e1eb6
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class IncreaseTwitterUserIdLength < ActiveRecord::Migration
def change
change_column :twitter_user_infos, :twitter_user_id, :bigint
end
end