4 changed files with 9 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddChoiceToBulkUpload < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :bulk_uploads, :choice, :text, null: true |
||||||
|
end |
||||||
|
end |
||||||
Loading…
Reference in new issue