forked from mirrors/bookwyrm
3b0b8f16f6
Also add $@ to bw-dev migrations, and factor the shift 1 out
14 lines
267 B
Python
14 lines
267 B
Python
# 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 = [
|
|
]
|