Merge migration branches

Also add $@ to bw-dev migrations, and factor the shift 1 out
This commit is contained in:
Joel Bradshaw
2020-11-27 16:07:53 -08:00
parent 85026b837c
commit 3b0b8f16f6
2 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 3.0.7 on 2020-11-28 00:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0013_book_origin_id'),
('bookwyrm', '0012_progressupdate'),
]
operations = [
]