From a8d6583ba68bdac86a1d22e67980382b7196fa5b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 16 Jan 2025 15:49:28 +0100 Subject: [PATCH] fix migrations correctly Signed-off-by: Jens Langhammer --- ...henticatedsession_authentik_c_expires_08251d_idx_and_more.py | 2 +- .../{0042_alter_user_options.py => 0043_alter_user_options.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename authentik/core/migrations/{0042_alter_user_options.py => 0043_alter_user_options.py} (95%) diff --git a/authentik/core/migrations/0042_authenticatedsession_authentik_c_expires_08251d_idx_and_more.py b/authentik/core/migrations/0042_authenticatedsession_authentik_c_expires_08251d_idx_and_more.py index ca93fba6cdfb..f2e29ccd76f1 100644 --- a/authentik/core/migrations/0042_authenticatedsession_authentik_c_expires_08251d_idx_and_more.py +++ b/authentik/core/migrations/0042_authenticatedsession_authentik_c_expires_08251d_idx_and_more.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("authentik_core", "0041_applicationentitlement"), + ("authentik_core", "0042_alter_user_options"), ] operations = [ diff --git a/authentik/core/migrations/0042_alter_user_options.py b/authentik/core/migrations/0043_alter_user_options.py similarity index 95% rename from authentik/core/migrations/0042_alter_user_options.py rename to authentik/core/migrations/0043_alter_user_options.py index 1ccfa2654faa..b9cc51a35201 100644 --- a/authentik/core/migrations/0042_alter_user_options.py +++ b/authentik/core/migrations/0043_alter_user_options.py @@ -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 = [