Update migration

This commit is contained in:
Joachim 2023-08-01 15:12:57 +02:00
parent 486278bbf4
commit 0f93833b4f

View file

@ -1,4 +1,4 @@
# Generated by Django 3.2.16 on 2023-01-01 16:19
# Generated by Django 3.2.20 on 2023-08-01 13:12
import bookwyrm.models.fields
from django.db import migrations
@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0172_alter_user_preferred_language"),
("bookwyrm", "0179_populate_sort_title"),
]
operations = [