c0e87ad8e ^
9110db41c ^
1
2 3 4 5
class AddFeaturedCollectionURLToAccounts < ActiveRecord::Migration[5.2] def change add_column :accounts, :featured_collection_url, :string end end