[scrobbles] Migrate scrobble log to JSON field

This commit is contained in:
2024-04-05 11:56:09 -04:00
parent 2e9d92d9c7
commit 1dcd151c65
2 changed files with 19 additions and 1 deletions

View File

@ -522,7 +522,7 @@ class Scrobble(TimeStampedModel):
# Metadata
source = models.CharField(max_length=255, **BNULL)
source_id = models.TextField(**BNULL)
scrobble_log = models.TextField(**BNULL)
scrobble_log = models.JSONField(**BNULL)
notes = models.TextField(**BNULL)
# Fields for keeping track of book data