Support more indices (#5503)

This commit is contained in:
Zach H 2025-01-20 01:42:24 -05:00 committed by GitHub
parent 0467fae51b
commit 090cc8c144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 5 deletions

View file

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