mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-23 16:52:53 +01:00
5 lines
155 B
Ruby
5 lines
155 B
Ruby
class AddFeaturedCollectionURLToAccounts < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :accounts, :featured_collection_url, :string
|
|
end
|
|
end
|