fix: refs #7524 add fixture orm config
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
c7be8f0b27
commit
cff5bef54b
|
@ -3953,3 +3953,7 @@ VALUES
|
|||
(4, 'Referencia Transferencias', 'trnRef'),
|
||||
(5, 'Referencia Nominas', 'payRef'),
|
||||
(6, 'ABA', 'aba');
|
||||
|
||||
INSERT INTO vn.ormConfig SET
|
||||
id = 1,
|
||||
selectLimit = 1000;
|
Loading…
Reference in New Issue