Update migrations
This commit is contained in:
parent
9685ae5a0a
commit
9afd0ebb54
1 changed files with 27 additions and 0 deletions
27
bookwyrm/migrations/0200_auto_20240327_1914.py
Normal file
27
bookwyrm/migrations/0200_auto_20240327_1914.py
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Generated by Django 3.2.25 on 2024-03-27 19:14
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('bookwyrm', '0199_merge_20240326_1217'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='addfiletotar',
|
||||||
|
name='childjob_ptr',
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='addfiletotar',
|
||||||
|
name='parent_export_job',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='AddBookToUserExportJob',
|
||||||
|
),
|
||||||
|
migrations.DeleteModel(
|
||||||
|
name='AddFileToTar',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue