Fix: Product update failed as sku_version_id was not sent on the schema and hence update tried to create a new sku.

Fix: If a product sku was updated and then deleted on the same day, it failed as the valid_till for the sku_version was set to yesterday while the valid_from was set to today.
Fix: Product update also failed as the db.commit was on the loop adding new skus
This commit is contained in:
2026-02-20 16:27:14 +00:00
parent dcf1ffad98
commit ab8fed17d0
7 changed files with 33 additions and 64 deletions

9
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
// For more information, visit: https://angular.dev/ai/mcp
"servers": {
"angular-cli": {
"command": "npx",
"args": ["-y", "@angular/cli", "mcp"]
}
}
}