Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 6871-createMailAliasAndRedirection
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-02-29 12:30:41 +01:00
commit 151b881654
2 changed files with 2 additions and 1 deletions

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",