logo

mastofe

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

20171010025614_change_accounts_nonnullable_in_account_moderation_notes.rb (255B)


  1. class ChangeAccountsNonnullableInAccountModerationNotes < ActiveRecord::Migration[5.1]
  2. def change
  3. change_column_null :account_moderation_notes, :account_id, false
  4. change_column_null :account_moderation_notes, :target_account_id, false
  5. end
  6. end