diff --git a/authentik/core/migrations/0058_objectattribute.py b/authentik/core/migrations/0060_objectattribute.py similarity index 94% rename from authentik/core/migrations/0058_objectattribute.py rename to authentik/core/migrations/0060_objectattribute.py index ae37219794..a0b5e54d5a 100644 --- a/authentik/core/migrations/0058_objectattribute.py +++ b/authentik/core/migrations/0060_objectattribute.py @@ -1,4 +1,4 @@ -# Generated by Django 5.2.13 on 2026-04-11 18:35 +# Generated by Django 5.2.14 on 2026-06-03 10:14 import django.db.models.deletion import uuid @@ -8,7 +8,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("authentik_core", "0057_remove_user_groups_remove_user_user_permissions_and_more"), + ("authentik_core", "0059_add_application_meta_hide"), ("contenttypes", "0002_remove_content_type_name"), ]