forked from mirrors/bookwyrm
Merge migration
This commit is contained in:
parent
fd0f9324d3
commit
2c08be79f8
1 changed files with 13 additions and 0 deletions
13
bookwyrm/migrations/0080_merge_20210804_2114.py
Normal file
13
bookwyrm/migrations/0080_merge_20210804_2114.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Generated by Django 3.2.4 on 2021-08-04 21:14
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0077_rename_physical_format_edition_physical_format_detail"),
|
||||
("bookwyrm", "0079_merge_20210804_1746"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Reference in a new issue