#6871 create mailAlias back & mailRedirection #2085

Closed
jorgep wants to merge 2 commits from 6871-createMailAliasAndRedirection into dev
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 151b881654 - 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",