summaryrefslogtreecommitdiffstats
path: root/bin/stack
diff options
context:
space:
mode:
authorEric Day <eday@oddments.org>2010-12-09 13:59:50 -0800
committerEric Day <eday@oddments.org>2010-12-09 13:59:50 -0800
commit77d7e022fd5f2c8709a6784cc83429494d126a3b (patch)
tree8324cfdbd4ebcb97a89ed23374fad7ed886680fe /bin/stack
parentc5b1fd0424cec19be44751b6f4f2aeec13752733 (diff)
downloadnova-77d7e022fd5f2c8709a6784cc83429494d126a3b.tar.gz
nova-77d7e022fd5f2c8709a6784cc83429494d126a3b.tar.xz
nova-77d7e022fd5f2c8709a6784cc83429494d126a3b.zip
Converted the instance table to use a uuid instead of a auto_increment ID and a random internal_id. I had to use a String(32) column with hex and not a String(16) with bytes because SQLAlchemy doesn't like non-unicode strings going in for String types. We could try another type, but I didn't want a primary_key on blob types.
Diffstat (limited to 'bin/stack')
0 files changed, 0 insertions, 0 deletions