|
JS8Call-Improved master
|
Implementation of the message inbox, backed by the normalized inbox_v2 schema. On first open, if a legacy inbox_v1 (JSON-blob) table is present, its rows are migrated into inbox_v2 once; inbox_v1 itself is left untouched and is never written to again. More...
#include "Inbox.h"#include "DriftingDateTime.h"#include "vendor/sqlite3/sqlite3.h"#include <QLoggingCategory>#include <QVariant>
Implementation of the message inbox, backed by the normalized inbox_v2 schema. On first open, if a legacy inbox_v1 (JSON-blob) table is present, its rows are migrated into inbox_v2 once; inbox_v1 itself is left untouched and is never written to again.