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
Some tables don't have a primary key defined in the sequelize schema and it generated automatic integer sequecial primary keys. These values are capped at around 2.14 billion. We're not exactly there yet, but eventually with more and more transactions it is just a matter of time before we hit those caps
Solution
Add the primary keys with uuid to the tables missing primary key
Why
Some tables don't have a primary key defined in the sequelize schema and it generated automatic integer sequecial primary keys. These values are capped at around 2.14 billion. We're not exactly there yet, but eventually with more and more transactions it is just a matter of time before we hit those caps
Solution
The text was updated successfully, but these errors were encountered: