Remove deprecated internal_comments column from Investments

This commit is contained in:
Bertocq
2018-01-31 02:16:27 +01:00
parent 6d55a0712d
commit a360cf4fbc
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class RemoveInternalCommentsFromInvestment < ActiveRecord::Migration
def change
remove_column :budget_investments, :internal_comments
end
end

View File

@@ -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