Remove unused empty migration
This commit is contained in:
parent
7e278228bd
commit
952cf8fd13
2 changed files with 1 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Generated by Django 3.0.4 on 2020-03-05 08:19
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('uncloud_pay', '0017_auto_20200304_1723'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
]
|
|
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('uncloud_pay', '0018_auto_20200305_0819'),
|
('uncloud_pay', '0017_auto_20200304_1723'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue