Adds merge migration
This commit is contained in:
parent
d74360a13f
commit
e6355f76de
|
@ -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 New Issue