Page MenuHomePhabricator

[native/sqlite] Create thread activity table in sqlite
ClosedPublic

Authored by will on Apr 8 2024, 6:18 AM.
Tags
None
Referenced Files
F3374202: D11576.diff
Tue, Nov 26, 2:24 PM
Unknown Object (File)
Mon, Oct 28, 7:49 PM
Unknown Object (File)
Oct 25 2024, 1:18 AM
Unknown Object (File)
Oct 18 2024, 9:43 PM
Unknown Object (File)
Oct 2 2024, 12:32 PM
Unknown Object (File)
Sep 21 2024, 9:54 PM
Unknown Object (File)
Sep 15 2024, 8:11 AM
Unknown Object (File)
Sep 9 2024, 1:05 AM
Subscribers

Details

Summary

Initializes the sqlite table for thread activity

Depends on D11575

Test Plan

Verified on database explorer the table was being created

Tested create_schema by building on new target

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Apr 8 2024, 6:33 AM

Would be good to include both create_schema and migration flow in Test Plan

This revision is now accepted and ready to land.Apr 8 2024, 10:27 AM
In D11576#333165, @atul wrote:

Would be good to include both create_schema and migration flow in Test Plan

Cool. I'll add create_schema to this test plan. The migration flow I'll test in later diffs