This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-03-19 02:42:43 +01:00
|
|
|
class AddHeaderRemoteURLToAccounts < ActiveRecord::Migration[5.0]
|
2017-03-18 22:51:20 +01:00
|
|
|
def change
|
|
|
|
add_column :accounts, :header_remote_url, :string, null: false, default: ''
|
|
|
|
end
|
|
|
|
end
|