Upgrade the DB to head, not just +1
This commit is contained in:
parent
e5bc13f648
commit
d0bacb75f8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
service: name="fedmsg-hub" state=stopped
|
service: name="fedmsg-hub" state=stopped
|
||||||
|
|
||||||
- name: Upgrade the database
|
- name: Upgrade the database
|
||||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade +1
|
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade head
|
||||||
args:
|
args:
|
||||||
chdir: /usr/share/fmn.lib/
|
chdir: /usr/share/fmn.lib/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue