Merge pull request #2711 from bookwyrm-social/fix/reorder-head-migration

Reorder head migration
This commit is contained in:
Mouse Reeve 2023-03-07 13:56:04 -08:00 committed by GitHub
commit 00666c4f52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("bookwyrm", "0173_default_user_auth_group_setting"), ("bookwyrm", "0174_auto_20230130_1240"),
] ]
operations = [ operations = [