core: Add Webhook Rule
This commit is contained in:
18
passbook/ldap/migrations/0002_auto_20181127_1341.py
Normal file
18
passbook/ldap/migrations/0002_auto_20181127_1341.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.1.3 on 2018-11-27 13:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('passbook_ldap', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='ldapsource',
|
||||
name='type',
|
||||
field=models.CharField(choices=[('ad', 'Active Directory'), ('generic', 'Generic')], max_length=20),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user