19 lines
443 B
Python
19 lines
443 B
Python
# Generated by Django 5.0.11 on 2025-01-27 13:02
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("authentik_core", "0046_session_and_more"),
|
|
("authentik_providers_rac", "0007_migrate_session"),
|
|
("authentik_providers_oauth2", "0028_migrate_session"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="OldAuthenticatedSession",
|
|
),
|
|
]
|