forked from mirrors/bookwyrm
c7883cd615
To get the app working again I ran resetdb, let it crash in initdb, then ran the migration, then re-ran initdb
14 lines
272 B
Python
14 lines
272 B
Python
# Generated by Django 3.0.7 on 2020-08-10 20:10
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('bookwyrm', '0044_siteinvite_user'),
|
|
('bookwyrm', '0042_auto_20200524_0346'),
|
|
]
|
|
|
|
operations = [
|
|
]
|