Regenerate merge migration
This commit is contained in:
14
bookwyrm/migrations/0039_merge_20210120_0753.py
Normal file
14
bookwyrm/migrations/0039_merge_20210120_0753.py
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated by Django 3.0.7 on 2021-01-20 07:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0038_auto_20210119_1534'),
|
||||
('bookwyrm', '0015_auto_20201128_0734'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Reference in New Issue
Block a user