Page MenuHomePhorge

D14863.1765134541.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D14863.1765134541.diff

diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteBackup.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteBackup.cpp
--- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteBackup.cpp
+++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteBackup.cpp
@@ -17,12 +17,17 @@
std::unordered_set<std::string> SQLiteBackup::tablesAllowlist = {
"drafts",
- "threads",
- "message_store_threads",
+ "backup_messages",
+ "backup_media",
+ "backup_threads",
+ "backup_message_store_threads",
"users",
+ "keyservers_synced",
"synced_metadata",
"aux_users",
- "entries",
+ "backup_thread_activity",
+ "backup_entries",
+ "backup_message_store_local",
};
void SQLiteBackup::cleanupDatabaseExceptAllowlist(sqlite3 *db) {
diff --git a/web/shared-worker/_generated/comm_query_executor.wasm b/web/shared-worker/_generated/comm_query_executor.wasm
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 7:09 PM (42 m, 40 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5845582
Default Alt Text
D14863.1765134541.diff (1 KB)

Event Timeline