You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
paver update_db is an old way of running migrations for edxapp, but doesn't work in devstack and should just be removed. See openedx/openedx-platform#32252 for more details.
A/C:
DEPR update_db
make migrate runs migrations in the current environment
Remove references to using update_db everywhere (doc, github workflow?)
Notes:
Any existing devstack calls (e.g. in docs) should be changed to make dev.migrate.lms+studio
The reference in devstack is commented out as of this commit: 4e83604 (may want to see why before deleting it?)