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 we use string for the ID field in some places and UUID field in someplaces. When we are using string, we are again internally creating UUID out of it. This can avoided.
Check all controller classes and set ID to type UUID
fix the audit annotation to pass the correct type.
The text was updated successfully, but these errors were encountered:
Currently we use string for the ID field in some places and UUID field in someplaces. When we are using string, we are again internally creating UUID out of it. This can avoided.
The text was updated successfully, but these errors were encountered: