Skip to content

Commit

Permalink
chore: merge makemigrations and migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
walidmujahid committed Mar 7, 2020
1 parent 81e9028 commit 6ade862
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0086_merge_20200306_1954.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-06 19:54

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0085_activity_hackathonevent'),
('dashboard', '0085_merge_20200303_2256'),
]

operations = [
]

0 comments on commit 6ade862

Please sign in to comment.