mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add a data migration to ensure that the number types are migrated to text in the db schema
This fixes a problem storing some text number formats in the db when the type is integer.
This commit is contained in:
@ -49,6 +49,7 @@ public:
|
||||
static QSqlDatabase loadDatabase(QString path);
|
||||
static QSqlDatabase loadDatabaseFromFile(QString path);
|
||||
static bool createTables(QSqlDatabase &database);
|
||||
static bool createComicInfoTable(QSqlDatabase &database, QString tableName);
|
||||
static bool createV8Tables(QSqlDatabase &database);
|
||||
|
||||
static void exportComicsInfo(QString source, QString dest);
|
||||
|
Reference in New Issue
Block a user