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