Remove deprecated internal_comments column from Investments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveInternalCommentsFromInvestment < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :budget_investments, :internal_comments
|
||||
end
|
||||
end
|
||||
@@ -136,7 +136,6 @@ ActiveRecord::Schema.define(version: 20180220211105) do
|
||||
t.string "feasibility", limit: 15, default: "undecided"
|
||||
t.text "price_explanation"
|
||||
t.text "unfeasibility_explanation"
|
||||
t.text "internal_comments"
|
||||
t.boolean "valuation_finished", default: false
|
||||
t.integer "valuator_assignments_count", default: 0
|
||||
t.integer "price_first_year", limit: 8
|
||||
|
||||
Reference in New Issue
Block a user