* move RAC to open source * move web out of enterprise Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove enterprise license requirements from RAC * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
21 lines
515 B
Python
21 lines
515 B
Python
# Generated by Django 5.0.8 on 2024-08-12 12:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("authentik_providers_rac", "0004_alter_connectiontoken_expires"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="racpropertymapping",
|
|
options={
|
|
"verbose_name": "RAC Provider Property Mapping",
|
|
"verbose_name_plural": "RAC Provider Property Mappings",
|
|
},
|
|
),
|
|
]
|