logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20180304013859_add_featured_collection_url_to_accounts.rb (155B)


  1. class AddFeaturedCollectionUrlToAccounts < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :accounts, :featured_collection_url, :string
  4. end
  5. end