Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32211127
D14863.1765134541.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14863.1765134541.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14863: [SQLite] update `tablesAllowlist` to reflect backup tables
Attached
Detach File
Event Timeline
Log In to Comment