logo

mastofe

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

20171125031751_add_invite_id_to_users.rb (191B)


  1. class AddInviteIdToUsers < ActiveRecord::Migration[5.1]
  2. def change
  3. add_reference :users, :invite, null: true, default: nil, foreign_key: { on_delete: :nullify }, index: false
  4. end
  5. end