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/0008_default_flows.py

12 lines
227 B
Python

# Generated by Django 3.0.3 on 2020-05-08 14:30
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("authentik_flows", "0007_auto_20200703_2059"),
]
operations = []