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 Apr 9, 2024
1 parent 7363033 commit af0bd90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bookwyrm/migrations/0204_merge_20240409_1042.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 3.2.25 on 2024-04-09 10:42

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('bookwyrm', '0197_mergedauthor_mergedbook'),
('bookwyrm', '0203_user_bookwyrm_us_is_acti_972dc4_idx'),
]

operations = [
]

0 comments on commit af0bd90

Please sign in to comment.