Merge pull request #2735 from bookwyrm-social/migration

Adds merge migration
This commit is contained in:
Mouse Reeve 2023-03-12 17:34:17 -07:00 committed by GitHub
commit cca20f4834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
# Generated by Django 3.2.18 on 2023-03-12 23:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0174_auto_20230222_1742"),
("bookwyrm", "0176_hashtag_support"),
]
operations = []