refs #6278 fixFilter #1774

Merged
pablone merged 7 commits from 6278-ticketRequestFixFilter into dev 2023-10-20 10:45:06 +00:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 2bb4300e1b - Show all commits

View File

@ -1 +0,0 @@
ALTER TABLE `vn`.`ticketRequest` MODIFY COLUMN `itemFk` double DEFAULT NULL NOT NULL;

View File

@ -161,8 +161,6 @@ module.exports = Self => {
LEFT JOIN account.user ua2 ON ua2.id = tr.requesterFk`);
stmt.merge(conn.makeSuffix(filter));
console.log(stmt);
return conn.executeStmt(stmt, myOptions);
pablone marked this conversation as resolved Outdated

borrar

borrar
};
};