forked from mirrors/bookwyrm
Adds merge migration
This commit is contained in:
parent
d74360a13f
commit
e6355f76de
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
# Generated by Django 3.2.10 on 2022-01-13 01:14
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0126_auto_20220112_2315"),
|
||||
("bookwyrm", "0127_auto_20220110_2211"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Reference in a new issue