Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Jul 24, 2023
1 parent fb6a95e commit e4f3266
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Migration(migrations.Migration):
dependencies = [
('sessions', '0001_initial'),
('sso_server', '0002_consumer_name_max_length'),
('redirect_to', '0003_token_redirect_to_max_length'),
]

operations = [
Expand Down

0 comments on commit e4f3266

Please sign in to comment.