forked from mirrors/bookwyrm
Remove status associated with import
This commit is contained in:
parent
cca98d9051
commit
7fb593af8c
1 changed files with 17 additions and 0 deletions
17
bookwyrm/migrations/0058_remove_importjob_import_status.py
Normal file
17
bookwyrm/migrations/0058_remove_importjob_import_status.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 3.0.7 on 2020-10-29 23:48
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('bookwyrm', '0057_auto_20201026_2131'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='importjob',
|
||||||
|
name='import_status',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue