chore: refs #7524 add select limit
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-05 09:12:52 +02:00
parent 34d0cb76e8
commit 03d711b694
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;