Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsw committed Feb 24, 2022
1 parent 2f180cc commit ad842a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/run-migrations.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh

source .venv/bin/activate \
&& alembix -x db=dev revision --autogenerate -m 'autogen' \
&& alembic -x db=dev revision --autogenerate -m 'autogen' \
&& alembic -x db=dev upgrade head

0 comments on commit ad842a1

Please sign in to comment.