mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Rebuild association tables, ensure file-system-based galleries cannot be changed (#2955)
* Re-create tables to include primary keys * Filesystem-based galleries cannot change images
This commit is contained in:
@@ -13,9 +13,11 @@ type FinderByFile interface {
|
||||
}
|
||||
|
||||
type Repository interface {
|
||||
models.GalleryFinder
|
||||
FinderByFile
|
||||
Destroy(ctx context.Context, id int) error
|
||||
models.FileLoader
|
||||
ImageUpdater
|
||||
}
|
||||
|
||||
type ImageFinder interface {
|
||||
|
||||
Reference in New Issue
Block a user