# Idea: Remove all usages of GUIDs to identify an item and replace it by the package hash. # Advantages There's no way two differing packages can have the same hash (as opposed to the same GUID). # Affects - schema - API code - DB designs ### **_Just an idea so far**_