14 changed files with 51 additions and 33 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 |
@ -0,0 +1,8 @@ |
|||||||
|
class AddIncrefField < ActiveRecord::Migration[6.1] |
||||||
|
def change |
||||||
|
change_table :case_logs, bulk: true do |t| |
||||||
|
t.column :incref, :integer |
||||||
|
end |
||||||
|
end |
||||||
|
end |
||||||
|
|
Loading…
Reference in new issue