logo

mastofe

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

20170318214217_add_header_remote_url_to_accounts.rb (169B)


  1. class AddHeaderRemoteUrlToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :header_remote_url, :string, null: false, default: ''
  4. end
  5. end