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
Describe the feature
Currently we have a lot of bugs connected to sorting by sn because it is string
sn
Expected outcome
Change sn from String to BigInt ( pub const MAX: u32 = 4_294_967_295u32)
String
BigInt
cc @roiLeo can u ? 🥺 Do not forget to codegen and migrations
The text was updated successfully, but these errors were encountered:
EoD or tomorrow
Sorry, something went wrong.
roiLeo
Successfully merging a pull request may close this issue.
Describe the feature
Currently we have a lot of bugs connected to sorting by
sn
because it is stringExpected outcome
Change
sn
fromString
toBigInt
(pub const MAX: u32 = 4_294_967_295u32)
cc @roiLeo can u ? 🥺
Do not forget to codegen and migrations
The text was updated successfully, but these errors were encountered: