Skip to content

Commit

Permalink
add a dummy "fk_parent_debug_sql_log_id"
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 26, 2024
1 parent c23855e commit c8cfebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -14211,8 +14211,8 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
"ui_table_command_source_file_lines",
"ui_table_debug_data_log"
].indexOf(tableName) == -1) {
yz.uiDb.sqlui( "insert into ui_table_debug_data_log ( table_name , new_value , operation_type ) values (?,?,?)",
[tableName, JSON.stringify(r),"INSERT"])
yz.uiDb.sqlui( "insert into ui_table_debug_data_log ( table_name , new_value , operation_type , fk_parent_debug_sql_log_id ) values (?,?,?,?)",
[tableName, JSON.stringify(r),"INSERT",1])
}

}
Expand Down

0 comments on commit c8cfebe

Please sign in to comment.