mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 17:59:20 +00:00
6 lines
140 B
Ruby
6 lines
140 B
Ruby
|
class AddAvatarUrlToFacebookInfo < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :facebook_user_infos, :avatar_url, :string
|
||
|
end
|
||
|
end
|