]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
stats table needs columns to be bigint
authorStephen Gran <stephen.gran@guardian.co.uk>
Mon, 24 Feb 2014 20:18:49 +0000 (20:18 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:34 +0000 (15:20 +0800)
commit74cd0e3e040e64c016a13222bfd729ee70eaa78d
treee7edfdfe1949b4acc6161df16503468cb0c8e3ba
parent608294f661e5ae921736aa0acee4f2b339d5b952
stats table needs columns to be bigint

Bandwidth measurements trivially overrun 32bit counters.  Change storage
type to BigInteger from Integer.

Closes-Bug: #1284314
Change-Id: I20db25f374de66b8443ff50bac979bff634d8a14
Signed-off-by: Stephen Gran <stephen.gran@guardian.co.uk>
neutron/db/loadbalancer/loadbalancer_db.py
neutron/db/migration/alembic_migrations/versions/77dfe0962bb3_lb_stats_needs_bigint.py [new file with mode: 0644]