Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change container_quota_items float columns to decimals
Fixes ManageIQ/manageiq-providers-kubernetes#208 Kubernetes quotas are mostly integers but cpu-related quotas are in "millicores", multiples of 0.001. With decimal columns, we'll be able to round-trip quotas exactly to DB and back to Ruby, so refresh can determine whether they changed or not. https://bugzilla.redhat.com/show_bug.cgi?id=1504560
- Loading branch information