Skip to content

Commit

Permalink
fix migrations correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu committed Jan 16, 2025
1 parent 5d28114 commit a8d6583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("authentik_core", "0041_applicationentitlement"),
("authentik_core", "0042_alter_user_options"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def migrate_user_debug_attribute(apps: Apps, schema_editor: BaseDatabaseSchemaEd
class Migration(migrations.Migration):

dependencies = [
("authentik_core", "0041_applicationentitlement"),
("authentik_core", "0042_authenticatedsession_authentik_c_expires_08251d_idx_and_more"),
]

operations = [
Expand Down

0 comments on commit a8d6583

Please sign in to comment.