]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Set correct type for owner_id in DB model
authorZane Bitter <zbitter@redhat.com>
Mon, 11 Mar 2013 15:54:20 +0000 (16:54 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 11 Mar 2013 16:36:06 +0000 (17:36 +0100)
commit6d5007e732553f02a0d872eb5c8c92ccc0b6fbd9
tree41b198c55c3e29fa8b12f78f40c3a8d9b5d6db05
parent6624f85f9663e812f1fafabb73483888c7479743
Set correct type for owner_id in DB model

This was already fixed in the database migrations (see bug 1078854), but
was still wrong in the model.

Change-Id: I8c0302d295ac228b6911a6c55e841066a502bdb1
heat/db/sqlalchemy/models.py