forked from mirrors/bookwyrm
Adds merge migration
This commit is contained in:
parent
64c2313a5d
commit
85297426e0
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 3.2 on 2021-04-26 21:32
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("bookwyrm", "0063_auto_20210407_0045"),
|
||||||
|
("bookwyrm", "0070_auto_20210423_0121"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Reference in a new issue