Skip to content

Commit c45eb54

Browse files
jstone-devbencap
authored andcommitted
Changed the collection URN format.
1 parent eca53bd commit c45eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/lib/urns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ def generate_collection_urn():
141141
142142
:return: A new collection URN
143143
"""
144-
return f"urn:mavedb:{uuid4()}"
144+
return f"urn:mavedb:collection-{uuid4()}"

0 commit comments

Comments
 (0)