Rename stash_id in 49 postmigrate

This commit is contained in:
WithoutPants
2023-10-10 10:23:54 +11:00
committed by GitHub
parent b5117fd67b
commit 623dc8392e

View File

@@ -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 {