From b2fc9f7ceef8922c8a373e61538e6fdbc8c0fe94 Mon Sep 17 00:00:00 2001 From: yazz Date: Wed, 1 Jan 2025 10:33:39 +0100 Subject: [PATCH] remove auto id from trace log --- public/go.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/go.html b/public/go.html index e76306e0e..62e0ee694 100644 --- a/public/go.html +++ b/public/go.html @@ -13444,7 +13444,6 @@

0)) { lastTraceid = steps[steps.length - 1] } - debugger yz.uiDb.sqlui("INSERT INTO ui_table_debug_sql_log ( id , debug_tracer_id , sql_statement , fk_parent_debug_trace_log_id , debug_tick , caller_file_name , caller_line_number ) VALUES (?,?,?,?,?,?,?)", [ yz.uiDb.uiDbNextId ++, @@ -13583,10 +13581,11 @@