Skip to content

Commit

Permalink
Fixed Django migration issues with a --merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vince0656 committed Jul 27, 2019
1 parent 4423e5e commit b4ed8b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0044_merge_20190727_1025.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.1.7 on 2019-07-27 10:25

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0043_auto_20190724_1507'),
('dashboard', '0042_auto_20190718_1749'),
]

operations = [
]

0 comments on commit b4ed8b8

Please sign in to comment.