perf: refs #7671 improve showBadDates
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-09-08 12:50:32 +02:00
parent dbd8f94555
commit 5c4a30f2f9
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
CREATE USER 'vn'@'localhost';
INSERT INTO `ormConfig`(`id`,`selectLimit`) VALUES(1,1000);
GRANT SELECT,
INSERT,

View File

@ -136,7 +136,7 @@ module.exports = Self => {
SELECT DISTINCT fp.id,
fp.itemFk,
fp.warehouseFk,
w.name as warehouseName,
w.name warehouseName,
fp.rate2,
fp.rate3,
fp.started,