Update merge migration

This commit is contained in:
Joel Bradshaw
2021-01-17 13:20:49 -08:00
parent 49893f49e1
commit 0af4863568

View File

@ -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 = [
]