HOTFIX: Ticket filter changed ticketGetTotal() args
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-26 12:32:32 +01:00
parent 1acd5dc838
commit 4dbcc0dd5c
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ module.exports = Self => {
CREATE TEMPORARY TABLE tmp.ticket
(INDEX (ticketFk)) ENGINE = MEMORY
SELECT id ticketFk FROM tmp.filter`);
stmts.push('CALL ticketGetTotal()');
stmts.push('CALL ticketGetTotal(FALSE)');
stmt = new ParameterizedSQL(`
SELECT