Skip to content

Commit

Permalink
Fixed django migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vince0656 committed Aug 11, 2019
1 parent 1d03a3e commit 81202d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions app/dashboard/migrations/0045_merge_20190801_1731.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 2.1.7 on 2019-07-27 10:25
# Generated by Django 2.1.7 on 2019-08-08 19:34

from django.db import migrations


class Migration(migrations.Migration):

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

Expand Down

0 comments on commit 81202d6

Please sign in to comment.