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
It's not completely impossible that we'll exceed the maximum capacity of the Postgres integer data type, which is what Django's AutoField uses. Luckily, there's also a BigAutoField—but then there's the perennial question about whether or not we can change the column width in logger_instance without rewriting every row in that huge table.
The text was updated successfully, but these errors were encountered:
It's not completely impossible that we'll exceed the maximum capacity of the Postgres
integer
data type, which is what Django'sAutoField
uses. Luckily, there's also aBigAutoField
—but then there's the perennial question about whether or not we can change the column width inlogger_instance
without rewriting every row in that huge table.The text was updated successfully, but these errors were encountered: