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
Use our normal auto-incrementing ids instead of UUIDs (#578)
* Use our normal auto-incrementing ids instead of UUIDs
The spec just says they have to be unique IDs, not UUIDs, and we already
have a tool for generating such things.
* Remove random too
0 commit comments