class AddEnvironmentToAcctPaymentConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :AcctPaymentConfig, :environment, :integer, null: false, default: 0
  end
end
