mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Saved filters (#1474)
* Refactor list filter * Filter/criterion refactor * Rename option value to type * Remove None from options * Add saved filter button * Integrate default filters
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
var DB *sqlx.DB
|
||||
var WriteMu *sync.Mutex
|
||||
var dbPath string
|
||||
var appSchemaVersion uint = 24
|
||||
var appSchemaVersion uint = 25
|
||||
var databaseSchemaVersion uint
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user