Support more indices (#5505)

* Support more indices

* Support more indices
This commit is contained in:
Zach H 2025-01-24 23:16:41 -05:00 committed by GitHub
parent ce416df3fb
commit ec6a23de56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

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