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
Unknown Object (File)
Wed, Mar 19, 1:18 AM
Unknown Object (File)
Tue, Mar 18, 7:52 AM
Unknown Object (File)
Sat, Mar 15, 5:34 AM
Unknown Object (File)
Feb 16 2025, 4:25 AM
Unknown Object (File)
Feb 16 2025, 4:25 AM
Unknown Object (File)
Feb 16 2025, 4:25 AM
Unknown Object (File)
Jan 28 2025, 10:35 PM
Unknown Object (File)
Jan 23 2025, 4:15 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