Browse Source

fix schema and migration

pull/713/head
Dushan Despotovic 3 years ago committed by Kat
parent
commit
aec0bf39eb
  1. 6
      db/migrate/20220706104313_add_unit_type_sh.rb

6
db/migrate/20220706104313_add_unit_type_sh.rb

@ -1,5 +1,7 @@
class AddUnitTypeSh < ActiveRecord::Migration[7.0]
change_table :case_logs, bulk: true do |t|
t.integer :unittype_sh
def change
change_table :case_logs, bulk: true do |t|
t.integer :unittype_sh
end
end
end

Loading…
Cancel
Save