Make uint64 support permanently enabled #15711
Labels
area/writes
difficulty/low
Resolving this issue should take a day or two.
kind/tech-debt
Needs cleanup, will make the developer experience better
In 2.0 we should have full
uint64
support enabled. This issue is to track cleaning up the technical debt left from when we haduint64
behind a build flag.Start by removing this:
influxdb/models/points.go
Line 70 in d33ea6e
And go from there...
By the end, there should be no option to enable/disable
uint64
support throughout the codebase.The text was updated successfully, but these errors were encountered: