Page MenuHomePhabricator

[SQLite] recreate table for Inbound P2P messages
ClosedPublic

Authored by kamil on Aug 12 2024, 6:43 AM.
Tags
None
Referenced Files
F2755088: D13047.diff
Wed, Sep 18, 9:30 PM
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
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
Branch
land
Lint
No Lint Coverage
Unit
No Test Coverage

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