Create a new column where timestamps are stored.
https://linear.app/comm/issue/ENG-8751/add-a-timestamps-property-to-a-thick-thread-info
Paths
| Differential D13211 Authored by tomek on Aug 30 2024, 6:37 AM.
Details Summary Create a new column where timestamps are stored. https://linear.app/comm/issue/ENG-8751/add-a-timestamps-property-to-a-thick-thread-info Test Plan On native and web check if the migration succeeds. Also, clear the db and run the app to make sure creating new schema works.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptAug 30 2024, 6:37 AM2024-08-30 06:37:13 (UTC-7) Harbormaster completed remote builds in B31371: Diff 43815.Aug 30 2024, 6:57 AM2024-08-30 06:57:55 (UTC-7) Harbormaster completed remote builds in B31374: Diff 43818.Aug 30 2024, 9:16 AM2024-08-30 09:16:05 (UTC-7) This revision is now accepted and ready to land.Sep 3 2024, 2:58 AM2024-09-03 02:58:55 (UTC-7) Closed by commit rCOMM9d16076365c5: [native][web] Add a timestamp column to threads table (authored by tomek). · Explain WhySep 6 2024, 8:10 AM2024-09-06 08:10:32 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43818 lib/types/thread-types.js
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/Thread.h
native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp
|