From 623dc8392ea53eb85929a2733fe5534cdea8a0a3 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:23:54 +1100 Subject: [PATCH] Rename stash_id in 49 postmigrate --- pkg/sqlite/migrations/49_postmigrate.go | 1 + 1 file changed, 1 insertion(+) 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 {