Dushan Despotovic
3 years ago
committed by
Kat
1 changed files with 4 additions and 2 deletions
@ -1,5 +1,7 @@ |
|||||||
class AddUnitTypeSh < ActiveRecord::Migration[7.0] |
class AddUnitTypeSh < ActiveRecord::Migration[7.0] |
||||||
change_table :case_logs, bulk: true do |t| |
def change |
||||||
t.integer :unittype_sh |
change_table :case_logs, bulk: true do |t| |
||||||
|
t.integer :unittype_sh |
||||||
|
end |
||||||
end |
end |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue