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