gab-social/db/migrate/20180304013859_add_featured...

6 lines
155 B
Ruby
Raw Normal View History

2019-07-02 08:10:25 +01:00
class AddFeaturedCollectionUrlToAccounts < ActiveRecord::Migration[5.1]
def change
add_column :accounts, :featured_collection_url, :string
end
end