Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Minnozz committed Apr 10, 2024
1 parent bebef9b commit ef62006
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bookwyrm/migrations/0205_merge_20240410_2022.py
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-04-10 20:22

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("bookwyrm", "0201_alter_hashtag_name_alter_user_localname"),
("bookwyrm", "0204_merge_20240409_1042"),
]

operations = []

0 comments on commit ef62006

Please sign in to comment.