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're using the primary key id to track round order, but it doesn't guarantee strict sequencing.
We need a new round_index column to explicitly define the round order.
Currently, we're using the primary key id to track round order, but it doesn't guarantee strict sequencing.
We need a new round_index column to explicitly define the round order.