class ChangeFamilyNotificationConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :family_notification_configs, :service, :integer, null: false, default: 0,
      after: :accounting_payment
  end
end
