Browse Source
* Add validate_net_income_uc_proportion validation/ * refactor validation method; * Update net income options in doc * rubocop * refactor validate_net_income_uc_proportion and increase the persons checked to 8 * rename tenant economic status fieldpull/67/head
kosiakkatrina
3 years ago
committed by
GitHub
7 changed files with 55 additions and 9 deletions
@ -0,0 +1,7 @@
|
||||
class RenamePerson1Fields < ActiveRecord::Migration[6.1] |
||||
def change |
||||
change_table :case_logs, bulk: true do |t| |
||||
t.rename :tenant_economic_status, :person_1_economic_status |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue