|
|
|
@ -18,10 +18,10 @@ class AddStatusEndTimeForHackUserLastestCode < ActiveRecord::Migration[5.2]
|
|
|
|
|
add_column :hack_user_lastest_codes, :passed_time, :timestamp
|
|
|
|
|
add_column :hack_user_debugs, :status, :integer
|
|
|
|
|
|
|
|
|
|
# add_column :hack_user_codes, :execute_time, :integer
|
|
|
|
|
# add_column :hack_user_codes, :execute_memory, :integer
|
|
|
|
|
# add_column :hack_user_debugs, :execute_time, :integer
|
|
|
|
|
# add_column :hack_user_debugs, :execute_memory, :integer
|
|
|
|
|
add_column :hack_user_codes, :execute_time, :integer
|
|
|
|
|
add_column :hack_user_codes, :execute_memory, :integer
|
|
|
|
|
add_column :hack_user_debugs, :execute_time, :integer
|
|
|
|
|
add_column :hack_user_debugs, :execute_memory, :integer
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|