]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
set allocation_pool_id nullable=False
authorMark McClain <mark.mcclain@dreamhost.com>
Tue, 22 Jan 2013 22:48:09 +0000 (17:48 -0500)
committerMark McClain <mark.mcclain@dreamhost.com>
Tue, 22 Jan 2013 23:28:07 +0000 (18:28 -0500)
commitcbbb11ef6e9dff745720ffc45e10ee589af553b6
tree66a0f7ea8b1a9cfe8b79b43b92722f6f4447605f
parentc72bae2b2e73fe418449b4fb49acab3bd0e1aecd
set allocation_pool_id nullable=False

fixes bug 1103216

SQL Primary Keys cannot be null, so this patch fixes an
inconsistency between the models and SQL.  The databases were
correcting this automatically, so a migration is not required.

Change-Id: I724294580de9b86a2edfd4fdc6907e9469b6c552
quantum/db/migration/alembic_migrations/versions/folsom_initial.py
quantum/db/models_v2.py