dev_admin
parent
864498d598
commit
c87e2fdbec
@ -0,0 +1,7 @@
|
||||
class AddExecTimeToEvaluateRecords < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_columns :evaluate_records, :exec_time if User.first.attributes.include?("exec_time")
|
||||
|
||||
add_column :evaluate_records, :exec_time, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in new issue