Only re-download avatar if URL changed (fix #19)
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddAvatarRemoteUrlToAccounts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :accounts, :avatar_remote_url, :string, null: true, default: nil
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user