parent
97b542ea00
commit
aba87a146a
@ -1 +0,0 @@
|
|||||||
json.game @game
|
|
@ -0,0 +1,5 @@
|
|||||||
|
class AddCloseBrowserTimeForGames < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :games, :close_browse_time, :timestamp
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue