Skip to content

Commit

Permalink
Fix migrations conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimesque committed Aug 1, 2023
1 parent bcedca5 commit 6c0a329
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2.16 on 2022-12-27 10:13
# Generated by Django 3.2.20 on 2023-08-01 13:00

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
("bookwyrm", "0172_alter_user_preferred_language"),
("bookwyrm", "0179_populate_sort_title"),
]

operations = [
Expand Down

0 comments on commit 6c0a329

Please sign in to comment.