re-gen migrations

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2026-06-03 12:14:27 +02:00
parent cb3cbbe704
commit 7399ed1fbe
@@ -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"),
]