We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ms is used to convert strings like 1 day into milliseconds, but some reasonable inputs like 30d are too large to store.
ms
1 day
30d
No response
- OS: - - Node: - - NPM: - - Bot: <4.1
Database types: https://www.prisma.io/docs/orm/reference/prisma-schema-reference#int
Affected fields:
bot/db/mysql/schema.prisma
Line 75 in c45f277
Line 115 in c45f277
Line 130 in c45f277
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
ms
is used to convert strings like1 day
into milliseconds, but some reasonable inputs like30d
are too large to store.Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
Database types: https://www.prisma.io/docs/orm/reference/prisma-schema-reference#int
Affected fields:
bot/db/mysql/schema.prisma
Line 75 in c45f277
bot/db/mysql/schema.prisma
Line 115 in c45f277
bot/db/mysql/schema.prisma
Line 130 in c45f277
The text was updated successfully, but these errors were encountered: