Page MenuHomePhabricator

[sqlite] add aux users table for aux user store data
ClosedPublic

Authored by will on Mar 31 2024, 10:10 PM.
Tags
None
Referenced Files
F2110539: D11507.id38831.diff
Tue, Jun 25, 8:13 PM
Unknown Object (File)
Sun, Jun 23, 6:29 PM
Unknown Object (File)
Sat, Jun 22, 1:08 PM
Unknown Object (File)
Wed, Jun 19, 3:47 AM
Unknown Object (File)
Wed, Jun 19, 3:47 AM
Unknown Object (File)
Wed, Jun 19, 3:47 AM
Unknown Object (File)
Mon, Jun 17, 2:58 AM
Unknown Object (File)
Sat, Jun 15, 3:33 PM
Subscribers

Details

Summary

Creates the sqlite database table for aux user store

Depends on D11506

Test Plan

Tested on native and made sure aux user table was being initialized. Went through new schema flow by setting new simulator target

Screenshot 2024-04-01 at 1.09.42 AM.png (852×1 px, 220 KB)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will edited the test plan for this revision. (Show Details)
will requested review of this revision.Mar 31 2024, 10:26 PM
atul requested changes to this revision.Apr 1 2024, 1:37 PM

Can we update the test plan to include the create_schema scenario as well.

There have been a few times where the migrations work but creating new DB schema fails. It doesn't look like there are any issues, but would be good to have more thorough Test Plan for this.

This revision now requires changes to proceed.Apr 1 2024, 1:37 PM

Actually will accept, but please go through create_schema flow. Should be as easy as installing on new Simulator target

This revision is now accepted and ready to land.Apr 1 2024, 1:39 PM