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
Many of our db tables use int autoincrement primary keys. They should be swapped to using uuids. This will also affect the typings of anything that handles those keys.
Description
Many of our db tables use int autoincrement primary keys. They should be swapped to using uuids. This will also affect the typings of anything that handles those keys.
TODO