FIX: increase external_avatar_url to 1000 limit
This commit is contained in:
parent
ea1f0683c8
commit
eacfdf92cd
|
@ -0,0 +1,5 @@
|
|||
class SingleSignOnIncreaseExternalAvatarUrl < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :single_sign_on_records, :external_avatar_url, :string, limit: 1000
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue