mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Remove problematic migration
This migration is dependent on the runtime configuration (.env); a structural fix will follow.
This commit is contained in:
parent
03587dfdc7
commit
69f464418d
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Generated by Django 3.2.25 on 2024-03-24 08:53
|
|
||||||
|
|
||||||
import bookwyrm.storage_backends
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
("bookwyrm", "0197_merge_20240324_0235"),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterField(
|
|
||||||
model_name="bookwyrmexportjob",
|
|
||||||
name="export_data",
|
|
||||||
field=models.FileField(
|
|
||||||
null=True,
|
|
||||||
storage=bookwyrm.storage_backends.ExportsS3Storage,
|
|
||||||
upload_to="",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Reference in a new issue