mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Feature: Tag StashID support (#6255)
This commit is contained in:
@@ -102,6 +102,7 @@ func (db *Anonymiser) deleteStashIDs() error {
|
||||
func() error { return db.truncateTable("scene_stash_ids") },
|
||||
func() error { return db.truncateTable("studio_stash_ids") },
|
||||
func() error { return db.truncateTable("performer_stash_ids") },
|
||||
func() error { return db.truncateTable("tag_stash_ids") },
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user