Merge pull request 'chore: refs #7524 add select limit' (!2923) from 7524-addFixture into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2923 Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
commit
87d23b327a
|
@ -3967,3 +3967,7 @@ VALUES
|
||||||
(4, 'Referencia Transferencias', 'trnRef'),
|
(4, 'Referencia Transferencias', 'trnRef'),
|
||||||
(5, 'Referencia Nominas', 'payRef'),
|
(5, 'Referencia Nominas', 'payRef'),
|
||||||
(6, 'ABA', 'aba');
|
(6, 'ABA', 'aba');
|
||||||
|
|
||||||
|
INSERT IGNORE INTO ormConfig
|
||||||
|
SET id =1,
|
||||||
|
selectLimit = 1000;
|
Loading…
Reference in New Issue