parent
77bb60f323
commit
a01ce10bf8
@ -0,0 +1,5 @@
|
|||||||
|
class AddExecTimeToEvaluateRecords < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :evaluate_records, :exec_time, :integer
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue