Create merge migration

This commit is contained in:
Thomas Versteeg 2022-02-25 22:03:49 +01:00
parent e9dfa42e11
commit 5eb113af6b

View file

@ -0,0 +1,14 @@
# Generated by Django 3.2.12 on 2022-02-25 21:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0134_alter_stopped_reading'),
('bookwyrm', '0141_alter_report_status'),
]
operations = [
]