Skip to content

Commit

Permalink
feat: Update migration command. (#32728)
Browse files Browse the repository at this point in the history
We are planning on deprecating paver,
starting with paver update_db. This replaces a call
to paver with its replacement, `make migrate`.

openedx-unsupported/devstack#1085
  • Loading branch information
dianakhuang authored Jul 13, 2023
1 parent 4eac3ef commit 7082220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose.yml.mysqldbdump
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 10
edxapp:
image: edxops/edxapp:latest
command: bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && paver update_db'
command: bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform/ && make migrate'
volumes:
- ../../:/edx/app/edxapp/edx-platform
depends_on:
Expand Down

0 comments on commit 7082220

Please sign in to comment.