Skip to content
Snippets Groups Projects
Unverified Commit 618417cc authored by Saleem Latif's avatar Saleem Latif Committed by GitHub
Browse files

Merge pull request #25620 from edx/saleem-latif/ENT-3680-fix-sandbox-build

ENT-3702: Fix sandbox builds, because of signal chains, UserProfile table must be present before adding a User
parents 1396a6de c0de670c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('user_api', '0002_retirementstate_userretirementstatus'),
('student', '0033_userprofile_state'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment