5097-item.summary_available #1312
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1312
Loading…
Reference in New Issue
No description provided.
Delete Branch "5097-item.summary_available"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,4 @@
ALTER TABLE `vn`.`itemConfig` ADD warehouseFk smallint(6) unsigned NULL;
UPDATE `vn`.`itemConfig`
quitar el update de itemConfig, debe hacerse directamente en produccion cuando se suba
Ara ho cambie, pero pq no es pot en un chages.sql?
@ -99,3 +99,3 @@
[summary.botanical] = res[2];
const userConfig = await models.UserConfig.getUserConfig(ctx, myOptions);
const itemConfig = await models.ItemConfig.findOne({where: {code: 'VNL'}}, myOptions);
que fa esta linea?
Agarra el unic registre de itemConfig, pero he vist q el where sobra. Ho modifique també.