JS8Call-Improved master
Loading...
Searching...
No Matches
Inbox.cpp File Reference

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>
Include dependency graph for Inbox.cpp:

Detailed Description

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.

See also
migrateV1ToV2() with associated notes on deprecation of v1
Author
Chris-AC9KH (C) 2026 - All Rights Reserved