diff options
author | Chris Behrens <cbehrens@codestud.com> | 2013-03-05 14:45:33 -0800 |
---|---|---|
committer | Chris Behrens <cbehrens@codestud.com> | 2013-03-05 18:48:18 -0800 |
commit | 12d362b4ca324c589918a36ba332ee54a62caf9f (patch) | |
tree | 4ade07026a776eedb08d381a434c88c748f6fdb1 /tools | |
parent | e2d956ccaab96c7035fdda2c825ecc1e7bb5423a (diff) | |
download | nova-12d362b4ca324c589918a36ba332ee54a62caf9f.tar.gz nova-12d362b4ca324c589918a36ba332ee54a62caf9f.tar.xz nova-12d362b4ca324c589918a36ba332ee54a62caf9f.zip |
Fix instance_system_metadata deleted columns
Migration 153 adds instance_type data to sys_meta, but creates entries
with the default value of deleted.. which is NULL. This means these
entries do not get pulled in on a join when querying an instance, as
there is a condition of deleted=0.
This converts 'deleted' NULL entries to be 0.
Fixes bug 1147839
Change-Id: I3caf92b3992b22089a2653c2e7220585d616a102
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions