Improve Database Backup Speed (#5400)

* Support better indexes for Servatrice

- Prevent searching only on msg for logs
This commit is contained in:
Zach H 2025-01-01 00:28:57 -05:00 committed by GitHub
parent 6e1047032d
commit 99eea3a662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 6 deletions

View file

@ -9,7 +9,7 @@
#include <QObject>
#include <QSqlDatabase>
#define DATABASE_SCHEMA_VERSION 30
#define DATABASE_SCHEMA_VERSION 31
class Servatrice;