22 lines
541 B
Python
22 lines
541 B
Python
# Generated by Django 3.0.3 on 2020-05-08 12:30
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("passbook_flows", "0002_flowfactorbinding_re_evaluate_policies"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="flowfactorbinding",
|
|
options={
|
|
"ordering": ["order", "flow"],
|
|
"verbose_name": "Flow Factor Binding",
|
|
"verbose_name_plural": "Flow Factor Bindings",
|
|
},
|
|
),
|
|
]
|