Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -218,6 +218,17 @@ describe("sqlite schema compatibility bootstrap", () => {
|
||||
expect(__dbInternals.hasTable(client, "research_memo")).toBe(true);
|
||||
expect(__dbInternals.hasTable(client, "research_memo_evidence")).toBe(true);
|
||||
expect(__dbInternals.hasTable(client, "company_overview_cache")).toBe(true);
|
||||
expect(__dbInternals.hasTable(client, "issuer_overlay")).toBe(true);
|
||||
expect(__dbInternals.hasTable(client, "issuer_overlay_revision")).toBe(
|
||||
true,
|
||||
);
|
||||
expect(
|
||||
__dbInternals.hasColumn(
|
||||
client,
|
||||
"filing_taxonomy_snapshot",
|
||||
"issuer_overlay_revision_id",
|
||||
),
|
||||
).toBe(true);
|
||||
|
||||
__dbInternals.loadSqliteExtensions(client);
|
||||
__dbInternals.ensureSearchVirtualTables(client);
|
||||
|
||||
Reference in New Issue
Block a user