mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user