[importers] Fix scale file checker

This commit is contained in:
2026-05-28 17:05:48 -04:00
parent 034cb99c77
commit bea2b2d187
3 changed files with 46 additions and 9 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.29 on 2026-05-28
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("scrobbles", "0087_koreaderimport_webdav_etag"),
]
operations = [
migrations.AddField(
model_name="scalecsvimport",
name="file_hash",
field=models.CharField(blank=True, max_length=32, null=True),
),
]