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)
Sun, Sep 15, 9:07 AM
Unknown Object (File)
Sun, Sep 15, 9:06 AM
Unknown Object (File)
Thu, Sep 5, 1:55 PM
Unknown Object (File)
Tue, Sep 3, 6:35 AM
Unknown Object (File)
Tue, Sep 3, 6:35 AM
Unknown Object (File)
Mon, Sep 2, 12:25 AM
Unknown Object (File)
Sat, Aug 31, 3:05 AM
Unknown Object (File)
Fri, Aug 30, 11:24 AM
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.Mon, Aug 19, 5:51 AM