Skip to content

Commit

Permalink
util: Fix issue in string template leading to a WARN log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrossie committed Apr 13, 2021
1 parent 155b0ce commit 3401562
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -375,8 +375,8 @@ auditTableValues() ::= <<

getHistoryForTargetRecordId() ::= <<
select
<idField("")>
, <prefix>record_id as history_record_id
<idField()>
, record_id as history_record_id
, <historyTableFields("t.")>
<accountRecordIdFieldWithComma("t.")>
<tenantRecordIdFieldWithComma("t.")>
Expand Down

0 comments on commit 3401562

Please sign in to comment.