Move skip_authorization to base Provider
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 2.1.3 on 2018-11-22 10:03
|
||||
# Generated by Django 2.1.3 on 2018-11-24 09:48
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('passbook_core', '0001_initial'),
|
||||
('passbook_core', '0002_application_skip_authorization'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@ -19,7 +19,6 @@ class Migration(migrations.Migration):
|
||||
('application_ptr', models.OneToOneField(auto_created=True, on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, serialize=False, to='passbook_core.Application')),
|
||||
('acs_url', models.URLField()),
|
||||
('processor_path', models.CharField(max_length=255)),
|
||||
('skip_authorization', models.BooleanField(default=False)),
|
||||
],
|
||||
options={
|
||||
'abstract': False,
|
||||
|
||||
Reference in New Issue
Block a user