re-make migrations
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
d597514a37
commit
5dfda671eb
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.1.7 on 2023-03-22 22:26
|
# Generated by Django 4.1.7 on 2023-03-24 13:21
|
||||||
|
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("authentik_flows", "0025_alter_flowstagebinding_evaluate_on_plan_and_more"),
|
("authentik_flows", "0025_alter_flowstagebinding_evaluate_on_plan_and_more"),
|
||||||
("authentik_core", "0027_alter_user_uuid"),
|
("authentik_core", "0028_provider_authentication_flow"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Reference in New Issue