Implement CSV import and conversion to contestants
This commit is contained in:
5
db/migrate/20250517131707_add_content_to_csv_import.rb
Normal file
5
db/migrate/20250517131707_add_content_to_csv_import.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddContentToCsvImport < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :csv_imports, :content, :string, null: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user