Browse Source
* Update keys of rsnvac for first lets Making it match with what is in the data dictionary. It was a wuick enough fix to be included in this branch since it pairs well with the newprop derived variable implementation * add newprop derived variable and tests * fixes * use ternary statement for newprop derivationpull/429/head
Dushan
3 years ago
committed by
GitHub
9 changed files with 68 additions and 24 deletions
@ -0,0 +1,7 @@
|
||||
class AddNewpropDerivedVariable < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :case_logs, bulk: true do |t| |
||||
t.column :newprop, :integer |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue