Skip to content

Commit

Permalink
Add migration file merging migration conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiangk1 committed Feb 9, 2021
1 parent 53ad319 commit 22ae589
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reo/migrations/0102_merge_20210209_1047.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.13 on 2021-02-09 17:47

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('reo', '0101_auto_20210127_0151'),
('reo', '0079_auto_20210202_2122'),
]

operations = [
]

0 comments on commit 22ae589

Please sign in to comment.