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 it is possible for games to have identical play timestamps. Since we rely on these to provide a strict ordering, we should enforce uniqueness at the DB level. Moreover, we should provide validation at the API and UI levels.
Example of duplicate timestamps:
The text was updated successfully, but these errors were encountered:
Currently it is possible for games to have identical play timestamps. Since we rely on these to provide a strict ordering, we should enforce uniqueness at the DB level. Moreover, we should provide validation at the API and UI levels.
Example of duplicate timestamps:
The text was updated successfully, but these errors were encountered: