policies/dummy: fix migrations

This commit is contained in:
Jens Langhammer 2020-05-10 12:27:10 +02:00
parent c27d257146
commit 7a96f9e894
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
("passbook_policies", "0003_auto_20200508_1642"),
("passbook_core", "0013_delete_debugpolicy"),
]