Skip to content

Commit

Permalink
Add merge migration, relates to #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
czlee committed Sep 5, 2020
1 parent bdc6a68 commit c83a655
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tabbycat/participants/migrations/0018_merge_20200904_1733.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.1 on 2020-09-05 00:33

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('participants', '0017_auto_20200724_0231'),
('participants', '0016_auto_20200705_1317'),
]

operations = [
]

0 comments on commit c83a655

Please sign in to comment.