mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Merge migrations manually
This commit is contained in:
parent
3dc0fc7e8f
commit
7b4847852a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.0.7 on 2020-11-24 21:25
|
||||
# Generated by Django 3.0.7 on 2020-11-24 21:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0011_auto_20201113_1727'),
|
||||
('bookwyrm', '0012_attachment'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue