Skip to content

Commit

Permalink
Update merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cincodenada committed Jan 17, 2021
1 parent 49893f4 commit 72b9322
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bookwyrm/migrations/0037_merge_20210117_2106.py
@@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2021-01-17 21:06

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('bookwyrm', '0015_auto_20201128_0734'),
('bookwyrm', '0036_annualgoal'),
]

operations = [
]

0 comments on commit 72b9322

Please sign in to comment.