policies/dummy: separate dummy policy from core into app
This commit is contained in:
14
passbook/core/migrations/0013_delete_debugpolicy.py
Normal file
14
passbook/core/migrations/0013_delete_debugpolicy.py
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated by Django 3.0.5 on 2020-05-10 00:08
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("passbook_core", "0012_delete_factor"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(name="DebugPolicy",),
|
||||
]
|
Reference in New Issue
Block a user