mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Merge branch 'standalone_develop' into trustie_server
This commit is contained in:
@@ -43,6 +43,7 @@ namespace :commit_log_to_db do
|
||||
sql_connection.begin_db_transaction
|
||||
sql = "INSERT INTO commit_logs (`user_id`, `project_id`, `repository_id`, `name`, `full_name`, `commit_id`, `ref`, `message`, `created_at`, `updated_at`) VALUES #{data}"
|
||||
sql_connection.execute(sql)
|
||||
sql_connection.commit_db_transaction
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -81,6 +82,7 @@ namespace :commit_log_to_db do
|
||||
sql_connection.begin_db_transaction
|
||||
sql = "INSERT INTO commit_logs (`user_id`, `project_id`, `repository_id`, `name`, `full_name`, `commit_id`, `ref`, `message`, `created_at`, `updated_at`) VALUES #{data}"
|
||||
sql_connection.execute(sql)
|
||||
sql_connection.commit_db_transaction
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user