Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun
commit
90c4f9cce6
@ -1,7 +1,7 @@
|
|||||||
class AddSecKeyToOutputs < ActiveRecord::Migration[5.2]
|
class AddSecKeyToOutputs < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :outputs, :sec_key, :string
|
#add_column :outputs, :sec_key, :string
|
||||||
add_column :outputs, :ts_mem, :float
|
# add_column :outputs, :ts_mem, :float
|
||||||
add_column :outputs, :ts_time, :float
|
# add_column :outputs, :ts_time, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
class AddMaxMemToEvaluateRecords < ActiveRecord::Migration[5.2]
|
class AddMaxMemToEvaluateRecords < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :evaluate_records, :max_mem, :float
|
#add_column :evaluate_records, :max_mem, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue