refactor: refs #6495 Migrated procs to vn #2108

Merged
guillermo merged 12 commits from 6495-procRefactor4 into dev 2024-03-12 06:04:20 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5c8b4b17c6 - Show all commits

View File

@ -19,6 +19,7 @@ module.exports = Self => {
FROM ticketTracking tt
WHERE tt.userFk = ?
GROUP BY ticketFk
ORDER BY created DESC
LIMIT 5;`;
return await Self.rawSql(query, [userId]);
};

View File

@ -1,6 +1,6 @@
{
"name": "salix-back",
"version": "24.10.0",
"version": "24.12.0",
"author": "Verdnatura Levante SL",
"description": "Salix backend",
"license": "GPL-3.0",