mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Saved filter refactor (#4054)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
dbConnTimeout = 30
|
||||
)
|
||||
|
||||
var appSchemaVersion uint = 48
|
||||
var appSchemaVersion uint = 49
|
||||
|
||||
//go:embed migrations/*.sql
|
||||
var migrationsBox embed.FS
|
||||
@@ -74,10 +74,10 @@ type Database struct {
|
||||
Scene *SceneStore
|
||||
SceneMarker *SceneMarkerStore
|
||||
Performer *PerformerStore
|
||||
SavedFilter *SavedFilterStore
|
||||
Studio *StudioStore
|
||||
Tag *TagStore
|
||||
Movie *MovieStore
|
||||
SavedFilter *SavedFilterStore
|
||||
|
||||
db *sqlx.DB
|
||||
dbPath string
|
||||
|
||||
Reference in New Issue
Block a user