()
| 68 | * ``` |
| 69 | */ |
| 70 | export 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. |