forked from mirrors/bookwyrm
Merge migration
This commit is contained in:
parent
22caf34d86
commit
f80503d947
1 changed files with 13 additions and 0 deletions
13
bookwyrm/migrations/0089_merge_20210907_0514.py
Normal file
13
bookwyrm/migrations/0089_merge_20210907_0514.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Generated by Django 3.2.4 on 2021-09-07 05:14
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0080_merge_20210804_2114"),
|
||||
("bookwyrm", "0088_auto_20210905_2233"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Reference in a new issue