[scrobbles] Move scrobble_log to log

This commit is contained in:
2024-05-05 22:08:52 -04:00
parent 1b5ffd2a3c
commit 113f200eb7
4 changed files with 26 additions and 9 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.11 on 2024-05-06 02:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("scrobbles", "0054_remove_scrobble_notes_and_more"),
]
operations = [
migrations.RenameField(
model_name="scrobble",
old_name="scrobble_log",
new_name="log",
),
]