mirror of
https://github.com/stashapp/stash.git
synced 2025-12-23 16:52:20 +01:00
Rename stash_id in 49 postmigrate
This commit is contained in:
parent
b5117fd67b
commit
623dc8392e
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ var migrate49NameChanges = map[string]string{
|
||||||
"galleryChecksum": "checksum",
|
"galleryChecksum": "checksum",
|
||||||
"sceneTags": "scene_tags",
|
"sceneTags": "scene_tags",
|
||||||
"performerTags": "performer_tags",
|
"performerTags": "performer_tags",
|
||||||
|
"stash_id": "stash_id_endpoint",
|
||||||
}
|
}
|
||||||
|
|
||||||
func post49(ctx context.Context, db *sqlx.DB) error {
|
func post49(ctx context.Context, db *sqlx.DB) error {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue