Flagsmith / Flagsmith/flagsmith
Integer Traits and Feature State Values should be stored at least 64bit
Open
improvement
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
Currently integer traits and Feature State Values in postgres top out at 2147483647. We need to change the data type that is used to store the value in postgres.
In addition, the front end should bubble up these error messages to the user if the values cannot be stored for whatever reason.
Contributor guide
Assessment
This issue has not been assessed yet.