Phil Lee
2 years ago
4 changed files with 21 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
class AddExpectedLogCount < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :bulk_uploads, :expected_log_count, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue