kosiakkatrina
3 years ago
committed by
GitHub
4 changed files with 24 additions and 9 deletions
@ -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