Merge pull request 'chore: refs #7524 add select limit' (!2923) from 7524-addFixture into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2923
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
Jorge Penadés 2024-09-06 08:44:35 +00:00
commit 87d23b327a
1 changed files with 4 additions and 0 deletions

View File

@ -3967,3 +3967,7 @@ VALUES
(4, 'Referencia Transferencias', 'trnRef'),
(5, 'Referencia Nominas', 'payRef'),
(6, 'ABA', 'aba');
INSERT IGNORE INTO ormConfig
SET id =1,
selectLimit = 1000;