about summary refs log tree commit diff
path: root/db/migrate/20180304013859_add_featured_collection_url_to_accounts.rb
blob: e0b8ed5cc199478d8f77f9d0cd5c620a016140ad (plain) (blame)
1
2
3
4
5
class AddFeaturedCollectionUrlToAccounts < ActiveRecord::Migration[5.1]
  def change
    add_column :accounts, :featured_collection_url, :string
  end
end