This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/flows/migrations/0010_provider_flows.py
2022-08-05 08:39:00 +02:00

13 lines
222 B
Python

# Generated by Django 3.0.6 on 2020-05-24 11:34
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("authentik_flows", "0009_source_flows"),
]
operations = []