Skip to content

Commit

Permalink
Rename stash_id in 49 postmigrate
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants authored and halkeye committed Sep 1, 2024
1 parent a2432ac commit 3964fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sqlite/migrations/49_postmigrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3964fe4

Please sign in to comment.