summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-07-11 16:42:46 -0400
committerAdam Young <ayoung@redhat.com>2013-08-06 20:21:52 -0400
commit10ef682f46e34e4e19d467c9b0e45f4f8838a134 (patch)
tree9a0ce53f380b1898893912c0455c7ca4342645d3 /docs/source
parent60e98a12cbee0b9fb8aa91a08e7f3a11fd4182e7 (diff)
extension migrations
Allow each of the extensions to have their own sql migration repository instead of mixing them into the common repo. db_sync must be called explicitly on the extension. In the past, it was assumed that only migrations for backends backed in sql would be run. In practice, however, all of the migrations were run every time. The code has been modified to reflect this. Adds parameter --extension to the cli for db_sync and db_version to test out the migrations bin/keystone-manage db_sync --extension example will migrate to version 1 and bin/keystone-manage db_sync --extension example 0 will migrate it back to 0 to check the version bin/keystone-manage db_version --extension example blueprint multiple-sql-migrate-repos DocImpact Change-Id: I6852d75bde6506c535fa3d74537e3c1bbd6578d8
Diffstat (limited to 'docs/source')
0 files changed, 0 insertions, 0 deletions