Merge "Fix dbmanage upgrade and downgrade"

This commit is contained in:
Jenkins
2017-07-19 12:37:59 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -36,13 +36,13 @@ To run the offline migration between specific migration versions::
Upgrade the database incrementally::
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade --delta \
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade --revision \
<# of revs>
Downgrade the database by a certain number of revisions::
$ watcher-db-manage --config-file /path/to/watcher.conf downgrade --delta \
$ watcher-db-manage --config-file /path/to/watcher.conf downgrade --revision \
<# of revs>