Skip to content

Commit a3e313d

Browse files
committed
fix: recreate migrations
1 parent 031ef61 commit a3e313d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/dashboard/migrations/0100_auto_20200412_0622.py renamed to app/dashboard/migrations/0101_auto_20200413_1251.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 2.2.4 on 2020-04-12 06:22
1+
# Generated by Django 2.2.4 on 2020-04-13 12:51
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('dashboard', '0099_auto_20200413_1426'),
9+
('dashboard', '0100_delete_refundfeerequest'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)