Add migration for timer
This commit is contained in:
parent
3c1168212e
commit
514bbb553b
|
|
@ -0,0 +1,5 @@
|
|||
class AddTimerEndToTournaments < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :tournaments, :timer_end, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue