refs #5983 fix(itemShelving): fixtures
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-07-19 07:01:43 +02:00
parent 2f6c988005
commit 85c017431c
1 changed files with 0 additions and 5 deletions

View File

@ -2958,8 +2958,3 @@ INSERT INTO `vn`.`invoiceInSerial` (`code`, `description`, `cplusTerIdNifFk`, `t
INSERT INTO `hedera`.`imageConfig` (`id`, `maxSize`, `useXsendfile`, `url`) INSERT INTO `hedera`.`imageConfig` (`id`, `maxSize`, `useXsendfile`, `url`)
VALUES VALUES
(1, 0, 0, 'marvel.com'); (1, 0, 0, 'marvel.com');
/* DELETE ME */
UPDATE vn.config
SET mainWarehouseFk=1
WHERE id=1;