mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Improve Database Backup Speed (#5400)
* Support better indexes for Servatrice - Prevent searching only on msg for logs
This commit is contained in:
parent
6e1047032d
commit
99eea3a662
4 changed files with 26 additions and 6 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <QObject>
|
||||
#include <QSqlDatabase>
|
||||
|
||||
#define DATABASE_SCHEMA_VERSION 30
|
||||
#define DATABASE_SCHEMA_VERSION 31
|
||||
|
||||
class Servatrice;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue