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.
2019-11-07 16:02:56 +00:00
|
|
|
# Generated by Django 2.2.6 on 2019-11-07 15:05
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2019-12-31 11:51:16 +00:00
|
|
|
("passbook_sources_saml", "0001_initial"),
|
2019-11-07 16:02:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2019-12-31 11:51:16 +00:00
|
|
|
name="samlsource",
|
|
|
|
options={
|
|
|
|
"verbose_name": "SAML Source",
|
|
|
|
"verbose_name_plural": "SAML Sources",
|
|
|
|
},
|
2019-11-07 16:02:56 +00:00
|
|
|
),
|
2019-12-31 11:51:16 +00:00
|
|
|
migrations.RemoveField(model_name="samlsource", name="acs_url",),
|
|
|
|
migrations.RemoveField(model_name="samlsource", name="slo_url",),
|
2019-11-07 16:02:56 +00:00
|
|
|
]
|