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
Currently, a supply does not have an internal identifier and we are using the id as internal and external identifier. This is a risk because the external id could change impacting internally how the data is managed. So, to have a safer way of managing supplies, we are going to:
Rename the field id to code
Add a new field called id with format UUID
The text was updated successfully, but these errors were encountered:
Currently, a supply does not have an internal identifier and we are using the
id
as internal and external identifier. This is a risk because the external id could change impacting internally how the data is managed. So, to have a safer way of managing supplies, we are going to:id
tocode
id
with format UUIDThe text was updated successfully, but these errors were encountered: