Skip to content

Commit b17d482

Browse files
committed
fix migration dependencies
Signed-off-by: Jens Langhammer <[email protected]>
1 parent 524d46a commit b17d482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authentik/providers/oauth2/migrations/0022_remove_accesstoken_session_id_and_more.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def migrate_session(apps: Apps, schema_editor: BaseDatabaseSchemaEditor):
3737
class Migration(migrations.Migration):
3838

3939
dependencies = [
40-
("authentik_core", "0040_provider_invalidation_flow"),
40+
("authentik_core", "0039_source_group_matching_mode_alter_group_name_and_more"),
4141
("authentik_providers_oauth2", "0021_oauth2provider_encryption_key_and_more"),
4242
]
4343

authentik/providers/oauth2/migrations/0023_alter_accesstoken_refreshtoken_use_hash_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
("authentik_core", "0040_provider_invalidation_flow"),
11+
("authentik_core", "0039_source_group_matching_mode_alter_group_name_and_more"),
1212
("authentik_providers_oauth2", "0022_remove_accesstoken_session_id_and_more"),
1313
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
1414
]

0 commit comments

Comments
 (0)