podemos-info/participa2

View on GitHub
decidim-module-crowdfundings/db/migrate/20171110090236_rename_column_maximum_authorized_amount.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class RenameColumnMaximumAuthorizedAmount < ActiveRecord::Migration[5.1]
  def change
    rename_column :decidim_crowdfundings_campaigns, :maximum_authorized_amount, :minimum_custom_amount
  end
end