logo

mastofe

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

20171010023049_add_foreign_key_to_account_moderation_notes.rb (155B)


  1. class AddForeignKeyToAccountModerationNotes < ActiveRecord::Migration[5.1]
  2. def change
  3. add_foreign_key :account_moderation_notes, :accounts
  4. end
  5. end