Skip to content

Commit

Permalink
Adds merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Feb 3, 2024
1 parent 48f8ee5 commit 4e2b8af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bookwyrm/migrations/0193_merge_20240203_1602.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.23 on 2024-02-03 16:02

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("bookwyrm", "0192_rename_version_sitesettings_available_version"),
("bookwyrm", "0192_sitesettings_user_exports_enabled"),
]

operations = []

0 comments on commit 4e2b8af

Please sign in to comment.