Page MenuHomePhabricator

[SQLite] recreate table for Inbound P2P messages
ClosedPublic

Authored by kamil on Aug 12 2024, 6:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 10:19 AM
Unknown Object (File)
Fri, Nov 8, 6:34 AM
Unknown Object (File)
Thu, Oct 31, 2:01 AM
Unknown Object (File)
Tue, Oct 22, 1:16 PM
Unknown Object (File)
Tue, Oct 22, 9:15 AM
Unknown Object (File)
Tue, Oct 22, 8:32 AM
Unknown Object (File)
Sep 19 2024, 10:41 AM
Unknown Object (File)
Sep 18 2024, 9:30 PM
Subscribers

Details

Summary

ENG-6982.

  1. Rename the table to reflect to existing naming.
  2. Add a column with userID; it turns out it is needed for some messages.

I am dropping the table because right now it should be empty for users.

Depends on D13046

Test Plan
  1. Migration succeeded.
  2. Creating DB from scratch works.
  3. Tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 13 2024, 3:09 AM
kamil edited the summary of this revision. (Show Details)
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
804–805 ↗(On Diff #43305)
This revision is now accepted and ready to land.Aug 19 2024, 5:51 AM