Removed ticket total temporary table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-15 06:52:15 +01:00
parent c3bb099b85
commit 92aa9eb933
1 changed files with 0 additions and 1 deletions

View File

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