From 910399013dca8d073d8657c3e106a86662f57fd0 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 20 Jul 2019 09:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20190716064225_add_max_mem_to_evaluate_records.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20190716064225_add_max_mem_to_evaluate_records.rb b/db/migrate/20190716064225_add_max_mem_to_evaluate_records.rb index 4c9907d0a..86425262d 100644 --- a/db/migrate/20190716064225_add_max_mem_to_evaluate_records.rb +++ b/db/migrate/20190716064225_add_max_mem_to_evaluate_records.rb @@ -1,5 +1,5 @@ class AddMaxMemToEvaluateRecords < ActiveRecord::Migration[5.2] def change - add_column :evaluate_records, :max_mem, :float + #add_column :evaluate_records, :max_mem, :float end end