Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cma2819 committed Aug 3, 2022
1 parent c687a03 commit 9cb4c56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tracker/migrations/0026_merge_20220803_2308.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.20 on 2022-08-03 14:08

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('tracker', '0025_add_socials_to_runner'),
('tracker', '0021_merge_20210628_2126'),
]

operations = [
]

0 comments on commit 9cb4c56

Please sign in to comment.