add makemigrations merge file
This commit is contained in:
parent
6e5c0cc4c3
commit
9116af1b3f
@ -0,0 +1,13 @@
|
||||
# Generated by Django 3.2.5 on 2021-10-16 19:30
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bookwyrm", "0107_auto_20211016_0639"),
|
||||
("bookwyrm", "0110_auto_20211015_1734"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
x
Reference in New Issue
Block a user