bump database schema version

This commit is contained in:
RickyRister 2025-02-01 16:14:22 -08:00
parent fb7d7b7750
commit 277fe9b697

View file

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