MCPcopy
hub / github.com/simstudioai/sim / ensureRowCountTriggers

Function ensureRowCountTriggers

packages/db/triggers.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 * ```
69 */
70export async function ensureRowCountTriggers(): Promise<void> {
71 await db.execute(INCREMENT_ROW_COUNT_SQL)
72 await db.execute(DECREMENT_ROW_COUNT_SQL)
73}
74
75/**
76 * Verifies that row count triggers exist on user_table_rows.

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected