Files
vrobbler/vrobbler/apps/scrobbles/migrations/0080_retroarchimport_files_hash.py
Colin Powell c5f1ee2d64
All checks were successful
build & deploy / test (push) Successful in 2m3s
build & deploy / build-and-deploy (push) Successful in 33s
[boardgames] Hash lrtl files and only import if changed
2026-05-22 12:25:42 -04:00

19 lines
430 B
Python

# Generated by Django 4.2.29 on 2026-05-22 16:24
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("scrobbles", "0079_retroarchimport_lrtl_file"),
]
operations = [
migrations.AddField(
model_name="retroarchimport",
name="files_hash",
field=models.CharField(blank=True, max_length=64, null=True),
),
]