Adds merge migration
This commit is contained in:
parent
4e0225749d
commit
e3e28973f1
14
bookwyrm/migrations/0063_merge_20210407_1823.py
Normal file
14
bookwyrm/migrations/0063_merge_20210407_1823.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Generated by Django 3.1.6 on 2021-04-07 18:23
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('bookwyrm', '0062_auto_20210405_2249'),
|
||||||
|
('bookwyrm', '0062_auto_20210407_1545'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user