Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3347525
D8489.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
724 B
Referenced Files
None
Subscribers
None
D8489.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8489: [native] replace `uint` with `unsigned int`
Attached
Detach File
Event Timeline
Log In to Comment