HOTFIX: clientGetDebt
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-06-03 16:21:43 +02:00
parent 5962a68d15
commit edf18938a6
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ module.exports = Self => {
stmts.push(
`DROP TEMPORARY TABLE
tmp.filter,
tmp.ticket,
tmp.ticket_problems`);
let sql = ParameterizedSQL.join(stmts, ';');