merge migration

This commit is contained in:
Hugh Rundle 2024-07-28 21:08:14 +10:00
parent 43577f3ca0
commit 8aba8caae9
No known key found for this signature in database
GPG key ID: A7E35779918253F9

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-07-28 11:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0207_merge_20240629_0626"),
("bookwyrm", "0207_sqlparse_update"),
]
operations = []