add database migration from blob to mediumblob (#4568)

This commit is contained in:
ebbit1q 2022-02-09 20:11:13 +01:00 committed by GitHub
parent 252883f67e
commit 7d0a255a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

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