Browse Source
* Store other housdehold members and infer total household members * Remove redundant questionpull/87/head
kosiakkatrina
3 years ago
committed by
GitHub
12 changed files with 31 additions and 28 deletions
@ -0,0 +1,7 @@ |
|||||||
|
class AddOtherMembersColumn < ActiveRecord::Migration[6.1] |
||||||
|
def change |
||||||
|
change_table :case_logs, bulk: true do |t| |
||||||
|
t.column :other_hhmemb, :integer |
||||||
|
end |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue