Phil Lee
2 years ago
committed by
GitHub
6 changed files with 23 additions and 3 deletions
@ -0,0 +1,5 @@
|
||||
class AddBulkUploadFilename < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :bulk_uploads, :filename, :text |
||||
end |
||||
end |
Loading…
Reference in new issue