mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 08:54:10 +01:00
* Refactor transaction hooks. Add preCommit * Add BlobStore * Use blobStore for tag images * Use blobStore for studio images * Use blobStore for performer images * Use blobStore for scene covers * Don't generate screenshots in legacy directory * Run post-hooks outside original transaction * Use blobStore for movie images * Remove unnecessary DestroyImage methods * Add missing filter for scene cover * Add covers to generate options * Add generate cover option to UI * Add screenshot migration * Delete thumb files as part of screenshot migration
7 lines
No EOL
201 B
GraphQL
7 lines
No EOL
201 B
GraphQL
mutation MigrateSceneScreenshots($input: MigrateSceneScreenshotsInput!) {
|
|
migrateSceneScreenshots(input: $input)
|
|
}
|
|
|
|
mutation MigrateBlobs($input: MigrateBlobsInput!) {
|
|
migrateBlobs(input: $input)
|
|
} |