2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
class AddCategoryToBulkUploadErrors < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :bulk_upload_errors, :category, :text, null: true |
||||
end |
||||
end |
||||
Loading…
Reference in new issue