Events: kickstart shared scoreboard
This commit is contained in:
5
db/migrate/20260730055752_add_slug_to_event.rb
Normal file
5
db/migrate/20260730055752_add_slug_to_event.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddSlugToEvent < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :events, :slug, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user