Skip to content

Commit

Permalink
Update setup name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewScibek authored and stephenprater committed Jul 25, 2019
1 parent ed6a4ba commit 5031062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Taskfile.yml
Expand Up @@ -92,7 +92,7 @@ tasks:
- sleep 3
- docker-compose exec db createdb -U postgres holepunch_development
- docker-compose exec db createdb -U postgres holepunch_test
- docker-compose run web flask db upgrade
- docker-compose run web python -m flask db upgrade
- docker-compose run web python -m flask plan populate
- docker-compose run web python -m flask redis populate

Expand Down Expand Up @@ -351,3 +351,4 @@ tasks:
ANSIBLE_VAULT_PATH: "{{.ANSIBLE_VAULT_PATH}}"
WORKSPACE: "{{.WORKSPACE}}"
HOOK: "{{.HOOK}} post"

4 changes: 2 additions & 2 deletions migrations/versions/25853ecf738c_add_stripe_fields_to_user.py
@@ -1,7 +1,7 @@
"""Add stripe fields to user
Revision ID: 25853ecf738c
Revises: 3f63f2913228
Revises: 8813ddff05a2
Create Date: 2019-06-25 17:36:46.573696
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "25853ecf738c"
down_revision = "3f63f2913228"
down_revision = "8813ddff05a2"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 5031062

Please sign in to comment.