Adds merge migration

This commit is contained in:
Mouse Reeve 2023-01-19 12:17:41 -08:00
parent 3e969bb349
commit a9f59ef8d5

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.16 on 2023-01-19 20:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0173_author_website'),
('bookwyrm', '0174_merge_20230111_1523'),
]
operations = [
]