feat(accounts): add provider account inventory api

This commit is contained in:
phamnazage-jpg
2026-05-29 14:43:34 +08:00
parent 83148ce3c1
commit b5343452cb
12 changed files with 1332 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ func TestOpenAppliesLogicalRoutingTables(t *testing.T) {
"route_decision_logs",
"route_failover_events",
"route_sticky_audit",
"provider_accounts",
} {
found, err := tableExists(context.Background(), db, table)
if err != nil {