logo

mastofe

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

20180410204633_add_fields_to_accounts.rb (122B)


  1. class AddFieldsToAccounts < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :accounts, :fields, :jsonb
  4. end
  5. end