summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-05-03 01:56:06 +0200
committerGitHub <noreply@github.com>2020-05-03 01:56:06 +0200
commitccd55c70df1ad57c848e06944d8eef49dc85cdec (patch)
treea9bfae6a1cd69ddde2c076e04b181c2adc1062fd /src/Cache_p.h
parentMerge pull request #184 from shocklateboy92/features/backlog-progress (diff)
parentAdd delete pending_receipts migration (diff)
downloadnheko-ccd55c70df1ad57c848e06944d8eef49dc85cdec.tar.xz
Merge pull request #189 from Nheko-Reborn/db-migrations
Db migrations
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h

index 982099ea..0d66a608 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h
@@ -102,8 +102,9 @@ public: void removeRoom(const std::string &roomid); void setup(); - bool isFormatValid(); + cache::CacheVersion formatVersion(); void setCurrentFormat(); + bool runMigrations(); std::map<QString, mtx::responses::Timeline> roomMessages();