fix(spec-079): allow non-UUID ids in inventory_links #96
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "079-inventory-links-non-uuid-ids"
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?
Why
Some Microsoft Graph / Intune identifiers are not UUIDs (e.g. scope tag id "0"). With
inventory_links.source_id/target_idtyped asuuid, PostgreSQL fails when inventory dependency extraction tries to persist those edges.What
inventory_links.source_idandinventory_links.target_idtotext.text.Notes
Testing
vendor/bin/sail artisan test --compact tests/Feature/Inventory/InventoryLinksNonUuidIdsTest.php