feat: Update migration command. (#32728)

We are planning on deprecating paver,
starting with paver update_db. This replaces a call
to paver with its replacement, `make migrate`.

https://github.com/openedx/devstack/issues/1085
This commit is contained in:
Diana Huang
2023-07-13 14:11:33 -04:00
committed by GitHub
parent 4eac3ef507
commit 70822203a1

View File

@@ -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: