Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 9e8b7c8

Browse files
authored
chore: Remove reference to paver update_db. (#1118)
We are planning on deprecating this method, and this piece of code has been commented out for a while anyway.
1 parent ebabced commit 9e8b7c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

provision-lms.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ for app in "${apps[@]}"; do
2626
done
2727

2828
# Run edxapp migrations first since they are needed for the service users and OAuth clients
29-
# docker-compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && paver update_db --settings devstack_docker'
30-
3129
docker-compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && /edx/app/edxapp/venvs/edxapp/bin/python /edx/app/edxapp/edx-platform/manage.py lms showmigrations --database default --traceback --pythonpath=. --settings devstack_docker'
3230
docker-compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && /edx/app/edxapp/venvs/edxapp/bin/python /edx/app/edxapp/edx-platform/manage.py lms migrate --database default --noinput --traceback --pythonpath=. --settings devstack_docker'
3331
docker-compose exec -T lms bash -e -c 'source /edx/app/edxapp/edxapp_env && /edx/app/edxapp/venvs/edxapp/bin/python /edx/app/edxapp/edx-platform/manage.py lms showmigrations --database student_module_history --traceback --pythonpath=. --settings devstack_docker'

0 commit comments

Comments
 (0)