Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun
commit
542d5cc65b
@ -1,4 +1,4 @@
|
|||||||
json.(@base_date, :grade, :gold, :experience, :status, :had_done, :position, :port, :record_consume_time, :mirror_name,
|
json.(@base_date, :grade, :gold, :experience, :status, :had_done, :position, :port, :record_consume_time, :mirror_name,
|
||||||
:picture, :web_route, :star, :next_game, :prev_game, :max_mem)
|
:picture, :web_route, :star, :next_game, :prev_game)
|
||||||
# # 测试集相关
|
# # 测试集相关
|
||||||
json.partial! 'games/testset_list'
|
json.partial! 'games/testset_list'
|
@ -1,5 +1,5 @@
|
|||||||
class AddTsMemToOutputs < ActiveRecord::Migration[5.2]
|
class AddTsMemToOutputs < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
# add_column :outputs, :ts_mem, :float
|
add_column :outputs, :ts_mem, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue