FIX: increase external_avatar_url to 1000 limit

This commit is contained in:
Sam 2016-10-11 10:12:11 +11:00
parent ea1f0683c8
commit eacfdf92cd
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class SingleSignOnIncreaseExternalAvatarUrl < ActiveRecord::Migration
def change
change_column :single_sign_on_records, :external_avatar_url, :string, limit: 1000
end
end