mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/general: improve versioning effectiveness
...by integrating it with sqlalchemy that adds WHERE conditions for each UPDATE and DELETE statement.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from szurubooru import search
|
||||
from szurubooru.func import auth, snapshots
|
||||
from szurubooru.rest import routes
|
||||
from szurubooru.func import auth, snapshots
|
||||
|
||||
|
||||
_search_executor = search.Executor(search.configs.SnapshotSearchConfig())
|
||||
|
Reference in New Issue
Block a user