mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
FIX: increase external_avatar_url to 1000 limit
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class SingleSignOnIncreaseExternalAvatarUrl < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :single_sign_on_records, :external_avatar_url, :string, limit: 1000
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user