]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Reserve 5 migrations for backports
authorJohn Griffith <john.griffith8@gmail.com>
Fri, 24 Oct 2014 14:19:19 +0000 (08:19 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Fri, 24 Oct 2014 18:16:03 +0000 (12:16 -0600)
commit78ca2c3dc711d0982b0a67101f6b8529c4599944
tree69aaf0492e56284011e859884ac2d6bcb10656cf
parent2cb1aaf69d17963cc7205002fa194b3b41b51d5f
Reserve 5 migrations for backports

Reserve 5 migrations incase the need arises to backport any
fixes that require a db migration in stable/juno.

We've never set this up in the past and we did run into a case
last cycle where we had to hack some things around to make it work
without the place holder.

Why 5?  Why not?  For as little as we touch the DB historically
this number should be more than sufficient.

Change-Id: I2830f6557c65c4c9b3056bb5ee72b17346e21823
cinder/db/sqlalchemy/migrate_repo/versions/027_placeholder.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/028_placeholder.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/029_placeholder.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/030_placeholder.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/031_placeholder.py [new file with mode: 0644]