Update migrations for Rails 5 conventions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class DestroySpendingProposalValuations < ActiveRecord::Migration
|
||||
class DestroySpendingProposalValuations < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
drop_table :valuation_assignments
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user