Skip to content

Commit

Permalink
Fixes migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
edwoodward committed Nov 2, 2023
1 parent 7fa4b85 commit de68af6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions snippets/migrations/0031_merge_20231101_1313.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.1.7 on 2023-11-01 18:13

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('snippets', '0030_alter_erratacontent_book_state'),
('snippets', '0030_amazonbookblurb'),
]

operations = [
]

0 comments on commit de68af6

Please sign in to comment.