diff options
author | Rick Harris <rconradharris@gmail.com> | 2013-02-26 01:22:42 +0000 |
---|---|---|
committer | Rick Harris <rconradharris@gmail.com> | 2013-02-26 01:22:42 +0000 |
commit | 0b23bdf77d573a30a437ebaf9c6ea734d5fec9bf (patch) | |
tree | cdd045bec70b538dade4086db88ce5b763de19c0 /nova/notifications.py | |
parent | e62d0cb93a4ac788f208982d5d24ced4bc7c4c8f (diff) | |
download | nova-0b23bdf77d573a30a437ebaf9c6ea734d5fec9bf.tar.gz nova-0b23bdf77d573a30a437ebaf9c6ea734d5fec9bf.tar.xz nova-0b23bdf77d573a30a437ebaf9c6ea734d5fec9bf.zip |
Migration 148: Fix drop table dependency order
The downgrade of 148 was broken because instance_actions_events has a FK
dependency on instance_actions but was attempted to be deleted first,
which caused the sqlalchemy to complain.
The fix is to reorder the table deletes in the downgrade.
Additional cleanups:
* Remove unecessary exception handling which masked errors
Change-Id: Iaac77ba0e81071f6bb39e5cc3b599a4138eb3cd2
Diffstat (limited to 'nova/notifications.py')
0 files changed, 0 insertions, 0 deletions