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:
rr-
2016-08-14 20:30:48 +02:00
parent ef4af697c4
commit 0320a0b55b
17 changed files with 75 additions and 40 deletions

View File

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