From b55137f87487f49d542ac14ba432f1986f8c7248 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 19 Apr 2023 20:22:28 +0800 Subject: [PATCH] =?UTF-8?q?commit=E6=8F=90=E5=8F=96=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E8=80=85=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/batch_add_contributors.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/batch_add_contributors.rake b/lib/tasks/batch_add_contributors.rake index 719b271bf..de42e1beb 100644 --- a/lib/tasks/batch_add_contributors.rake +++ b/lib/tasks/batch_add_contributors.rake @@ -102,7 +102,7 @@ namespace :batch_add_contributors do else sql = "INSERT INTO commit_contributors (`created_at`, `count`, `name`) VALUES ('#{commit_date_str}',1,'#{commiter['email']}')" end - # puts "sql====#{sql}" + puts "sql====#{sql}" sql_connection.execute(sql) sql_connection.commit_db_transaction