Browse Source
* Infer totadult * disable rubocop for accessing age and relat fields * Check if age is nil before checking totadultpull/170/head
kosiakkatrina
3 years ago
committed by
GitHub
4 changed files with 35 additions and 3 deletions
@ -0,0 +1,7 @@
|
||||
class AddTotadult < ActiveRecord::Migration[6.1] |
||||
def change |
||||
change_table :case_logs, bulk: true do |t| |
||||
t.column :totadult, :integer |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue