Browse Source
* Add net income known field * only require the income if it is known * fix a typopull/73/head
kosiakkatrina
3 years ago
committed by
GitHub
7 changed files with 46 additions and 6 deletions
@ -0,0 +1,7 @@ |
|||||||
|
class AddNetIncomeKnownField < ActiveRecord::Migration[6.1] |
||||||
|
def change |
||||||
|
change_table :case_logs, bulk: true do |t| |
||||||
|
t.column :net_income_known, :string |
||||||
|
end |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue