Page MenuHomePhabricator

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

Authored by will on Mon, Apr 8, 6:18 AM.

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.Mon, Apr 8, 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.Mon, Apr 8, 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