Skip to content

Commit

Permalink
Add migration merge b/c of confllict
Browse files Browse the repository at this point in the history
  • Loading branch information
gridcell committed Mar 27, 2023
1 parent b36c890 commit 0de744f
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.18 on 2023-03-27 12:11

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api', '0013_auto_20230316_1608'),
('api', '0014_auto_20230322_2311'),
]

operations = [
]

0 comments on commit 0de744f

Please sign in to comment.