This commit is contained in:
Mouse Reeve 2024-04-09 05:59:01 -05:00
parent af0bd90c15
commit 3ffbb242a4

View file

@ -6,9 +6,8 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0197_mergedauthor_mergedbook'),
('bookwyrm', '0203_user_bookwyrm_us_is_acti_972dc4_idx'),
("bookwyrm", "0197_mergedauthor_mergedbook"),
("bookwyrm", "0203_user_bookwyrm_us_is_acti_972dc4_idx"),
]
operations = [
]
operations = []