You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use UUID as the unique ID for climb, area, user, media object, etc, both in external resources (url slugs) and internal primary keys. It's difficult to work with UUID in the backend since we need convert UUID-dash-format <--> Internal binary.
Todo:
Investigate migration paths (converting _id to ObjectID, incrementally update GQL layers and data sources
The text was updated successfully, but these errors were encountered:
We use UUID as the unique ID for climb, area, user, media object, etc, both in external resources (url slugs) and internal primary keys. It's difficult to work with UUID in the backend since we need convert UUID-dash-format <--> Internal binary.
Todo:
Investigate migration paths (converting
_id
to ObjectID, incrementally update GQL layers and data sourcesThe text was updated successfully, but these errors were encountered: