Skip to content

Commit

Permalink
Remove weird migration dependency
Browse files Browse the repository at this point in the history
We are going to remove the whole SSO app, which this migration
dependency hinders. I do not see why the dependency should be there in
the first place?
  • Loading branch information
henrikhorluck committed Jan 26, 2024
1 parent eabe87d commit 7c5840e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/authentication/migrations/0002_auto_20150304_2211.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

class Migration(migrations.Migration):
dependencies = [
("sso", "0002_auto_20171127_1304"),
("authentication", "0001_initial"),
]

Expand Down

0 comments on commit 7c5840e

Please sign in to comment.