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 15, 2024
1 parent 61bf8ef commit 9e48bd0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bookwyrm/migrations/0206_merge_20240415_1537.py
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-04-15 15:37

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("bookwyrm", "0205_merge_20240410_2022"),
("bookwyrm", "0205_merge_20240413_0232"),
]

operations = []

0 comments on commit 9e48bd0

Please sign in to comment.