Skip to content

Commit

Permalink
Merge pull request #11531 from jredrejo/migration_hardcode
Browse files Browse the repository at this point in the history
Hardcode user model to avoid conflict with other kolibri usages
  • Loading branch information
jredrejo authored Nov 15, 2023
2 parents b5ce4eb + a2fc18c commit 05b93f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Migration(migrations.Migration):
name="user",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
to=settings.AUTH_USER_MODEL,
to="kolibriauth.FacilityUser",
unique=True,
),
),
Expand Down

0 comments on commit 05b93f4

Please sign in to comment.