Adds merge migration
This commit is contained in:
parent
77caf1a8fa
commit
96d15d3d57
|
@ -0,0 +1,13 @@
|
||||||
|
# Generated by Django 3.1.8 on 2021-04-11 17:02
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("bookwyrm", "0064_auto_20210408_2208"),
|
||||||
|
("bookwyrm", "0064_merge_20210410_1633"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Reference in New Issue