]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
encryption_id needs to be non-nullable
authorjun xie <junxiebj@cn.ibm.com>
Fri, 19 Dec 2014 16:24:22 +0000 (00:24 +0800)
committerjun xie <junxiebj@cn.ibm.com>
Fri, 19 Dec 2014 16:31:26 +0000 (00:31 +0800)
commitbb1c2b28f8bf4a100dbd8252b558154018dd4c3b
tree3b46c2044fab0a2eadf07221e3cd4f3ab4950fff
parenta20330d64fc24d1421660b49d196609cd6127979
encryption_id needs to be non-nullable

DB2 10.5 doesn't support primary key constraints over
nullable columns, so we have to make this column
non-nullable.

Change-Id: I3f6ded20cd8cf1902347f58f91c05446739b48f5
Closes-Bug: #1404303
cinder/db/sqlalchemy/migrate_repo/versions/033_add_encryption_unique_key.py