Save display times in the db
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddDisplayTimesToCompletions < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :completions, :display_time_from_start, :string
|
||||
add_column :completions, :display_relative_time, :string
|
||||
end
|
||||
end
|
@@ -0,0 +1,5 @@
|
||||
class AddDisplayTimeToContestants < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :contestants, :display_time, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user