Page MenuHomePhabricator

D8489.diff
No OneTemporary

D8489.diff

diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
--- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
+++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
@@ -678,7 +678,7 @@
typedef bool ShouldBeInTransaction;
typedef std::function<bool(sqlite3 *)> MigrateFunction;
typedef std::pair<MigrateFunction, ShouldBeInTransaction> SQLiteMigration;
-std::vector<std::pair<uint, SQLiteMigration>> migrations{
+std::vector<std::pair<unsigned int, SQLiteMigration>> migrations{
{{1, {create_drafts_table, true}},
{2, {rename_threadID_to_key, true}},
{4, {create_persist_account_table, true}},

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 12:29 PM (18 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2570605
Default Alt Text
D8489.diff (724 B)

Event Timeline