chore: refs #7524 add select limit #2923

Merged
jorgep merged 5 commits from 7524-addFixture into dev 2024-09-06 08:44:36 +00:00
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;