Implement offline POST method for starting an offline participation
This commit is contained in:
		
							
								
								
									
										5
									
								
								db/migrate/20251030094151_add_name_to_offline.rb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								db/migrate/20251030094151_add_name_to_offline.rb
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| class AddNameToOffline < ActiveRecord::Migration[8.0] | ||||
|   def change | ||||
|     add_column :offlines, :name, :string, null: false | ||||
|   end | ||||
| end | ||||
		Reference in New Issue
	
	Block a user