]> 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)
committerMark McClain <mmcclain@yahoo-inc.com>
Wed, 26 Feb 2014 18:54:36 +0000 (13:54 -0500)
commit706a8b1ff30c011169846ed5e38f06aa9f15faf2
treecca28063e628c3c2fa8f512cc428cb413d3dd014
parentb0671111b28be10346705d496b9540a88851d5dc
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]