Fix migration dependencies after rebase

This commit is contained in:
fnux 2020-03-05 11:43:07 +01:00
parent 952cf8fd13
commit b10cae472e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('uncloud_pay', '0016_auto_20200303_1552'),
('uncloud_pay', '0001_initial'),
]
operations = [