This commit is contained in:
parent
321f90b8e9
commit
70ebe7ea47
|
@ -4007,7 +4007,7 @@ INSERT INTO vn.accountDetailType (id, description, code)
|
|||
(5, 'Referencia Nominas'),
|
||||
(6, 'ABA');
|
||||
|
||||
INSERT INTO vn.userConfig (userFk,warehouseFk,companyFk,darkMode,tabletFk)
|
||||
INSERT INTO account.userConfig (userFk,warehouseFk,companyFk,darkMode,tabletFk)
|
||||
VALUES (37,1,442,1,'Tablet4');
|
||||
|
||||
INSERT IGNORE INTO ormConfig
|
||||
|
|
Loading…
Reference in New Issue