Store currentUserID in SQLite database.
It can be done by different way - performing operations directly on metadata table with parameters, but I wanted to make it similar to CommCoreModuleSchema.
Depend on D7181
Differential D7182 Authored by kamil on Mar 27 2023, 11:19 AM.
Details Summary Store currentUserID in SQLite database. It can be done by different way - performing operations directly on metadata table with parameters, but I wanted to make it similar to CommCoreModuleSchema. Depend on D7181 Test Plan Send SET_CURRENT_USER_ID and GET_CURRENT_USER_ID messages to worker and check if it works
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 27 2023, 11:19 AM2023-03-27 11:19:22 (UTC+0) kamil added a parent revision: D7181: [web-db] add unit tests for metadata operations.Mar 27 2023, 11:21 AM2023-03-27 11:21:39 (UTC+0) Harbormaster completed remote builds in B17656: Diff 24163.Mar 27 2023, 11:34 AM2023-03-27 11:34:25 (UTC+0) This revision is now accepted and ready to land.Mar 27 2023, 10:48 PM2023-03-27 22:48:13 (UTC+0) Closed by commit rCOMMc37fdc73806b: [web-db] implement setting/getting `currentUserID` on worker. · Explain WhyMar 30 2023, 8:24 AM2023-03-30 08:24:38 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24370 |