20180304013859_add_featured_collection_url_to_accounts.rb (155B)
- class AddFeaturedCollectionUrlToAccounts < ActiveRecord::Migration[5.1]
- def change
- add_column :accounts, :featured_collection_url, :string
- end
- end
git clone https://anongit.hacktivis.me/git/mastofe.git/
20180304013859_add_featured_collection_url_to_accounts.rb (155B)
- class AddFeaturedCollectionUrlToAccounts < ActiveRecord::Migration[5.1]
- def change
- add_column :accounts, :featured_collection_url, :string
- end
- end