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
To resolve the "integer out of range" error in the workflow_runs table when the total_tokens value exceeds the integer capacity, you need to change the column type from Integer to BigInteger. This will allow the column to store larger values. You can achieve this by creating a migration script using Alembic. Here's an example of how you can do it:
Self Checks
Dify version
0.14.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
pgsql log
✔️ Expected Behavior
update collectly
❌ Actual Behavior
integer out of range
The text was updated successfully, but these errors were encountered: