Merge migration
This commit is contained in:
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 = []
|
Reference in New Issue
Block a user