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
Tried to load the OTCBB index, and it blew up the Volume field, since it's an integer and the volume is higher than the max integer value in Django and Postgres
Change to DecimalField with 0 decimal places)
The text was updated successfully, but these errors were encountered:
Tried to load the OTCBB index, and it blew up the Volume field, since it's an integer and the volume is higher than the max integer value in Django and Postgres
Change to DecimalField with 0 decimal places)
The text was updated successfully, but these errors were encountered: