Adds merge migration

This commit is contained in:
Mouse Reeve 2022-02-28 13:30:02 -08:00
parent 043fd54d70
commit a6883b5b87

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.12 on 2022-02-28 21:28
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0142_auto_20220227_1752"),
("bookwyrm", "0142_user_hide_follows"),
]
operations = []