Skip to content

Commit

Permalink
created merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jun 22, 2019
1 parent c05000d commit 23ced7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0036_merge_20190622_0828.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.1.7 on 2019-06-22 08:28

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0033_auto_20190531_1646'),
('dashboard', '0035_merge_20190620_1248'),
]

operations = [
]

0 comments on commit 23ced7e

Please sign in to comment.