Adds merge migration
This commit is contained in:
parent
3bdfc341e4
commit
84534a2991
14
bookwyrm/migrations/0048_merge_20210308_1754.py
Normal file
14
bookwyrm/migrations/0048_merge_20210308_1754.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Generated by Django 3.0.7 on 2021-03-08 17:54
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('bookwyrm', '0047_connector_isbn_search_url'),
|
||||||
|
('bookwyrm', '0047_merge_20210228_1839'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user