parent
725fd3fc34
commit
6098ecd3ca
@ -1,5 +0,0 @@
|
|||||||
class AddCloseBrowserTimeForGames < ActiveRecord::Migration[5.2]
|
|
||||||
def change
|
|
||||||
add_column :games, :close_browse_time, :timestamp
|
|
||||||
end
|
|
||||||
end
|
|
@ -0,0 +1,7 @@
|
|||||||
|
class AddCloseBrowserTimeForGames < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
remove_column :games,:close_browse_time
|
||||||
|
add_column :games, :play_time, :timestamp
|
||||||
|
add_column :games, :play_sign, :integer, :default => 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue