This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-06-05 02:43:02 +02:00
|
|
|
class AddAvatarRemoteUrlToAccounts < ActiveRecord::Migration[4.2]
|
2016-03-22 21:05:23 +01:00
|
|
|
def change
|
|
|
|
add_column :accounts, :avatar_remote_url, :string, null: true, default: nil
|
|
|
|
end
|
|
|
|
end
|