This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2021-03-18 18:42:43 -07:00
|
|
|
class AddFeaturedCollectionURLToAccounts < ActiveRecord::Migration[5.1]
|
2018-03-04 00:19:11 -08:00
|
|
|
def change
|
|
|
|
add_column :accounts, :featured_collection_url, :string
|
|
|
|
end
|
|
|
|
end
|