Saved filter refactor (#4054)

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
yoshnopa
2023-09-01 02:04:56 +02:00
committed by GitHub
parent fca162f1ca
commit 20520a58b4
70 changed files with 1062 additions and 657 deletions

View File

@@ -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