diff --git a/pkg/sqlite/migrations/49_postmigrate.go b/pkg/sqlite/migrations/49_postmigrate.go index c39bc5f31..67e128f2c 100644 --- a/pkg/sqlite/migrations/49_postmigrate.go +++ b/pkg/sqlite/migrations/49_postmigrate.go @@ -91,6 +91,7 @@ var migrate49NameChanges = map[string]string{ "galleryChecksum": "checksum", "sceneTags": "scene_tags", "performerTags": "performer_tags", + "stash_id": "stash_id_endpoint", } func post49(ctx context.Context, db *sqlx.DB) error {