Skip to content

Commit

Permalink
merge conflicting migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Jun 10, 2021
1 parent d9b1d64 commit b76ecca
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions roundabout/calibrations/migrations/0033_merge_20210610_1729.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.3 on 2021-06-10 17:29

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('calibrations', '0030_auto_20210609_0619'),
('calibrations', '0032_auto_20210512_1452'),
]

operations = [
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.3 on 2021-06-10 17:29

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('configs_constants', '0027_auto_20210514_1635'),
('configs_constants', '0024_auto_20210609_0619'),
]

operations = [
]
14 changes: 14 additions & 0 deletions roundabout/inventory/migrations/0069_merge_20210610_1728.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.1.3 on 2021-06-10 17:28

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('inventory', '0068_auto_20210609_0619'),
('inventory', '0068_auto_20210512_1446'),
]

operations = [
]

0 comments on commit b76ecca

Please sign in to comment.