From d2608256600d12a2b5f8c60a3524435b943d11e3 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Sat, 8 Jun 2024 09:08:14 -0300 Subject: [PATCH] feat: add 'zaps_amount' to EventStatsRow as number --- src/db/DittoTables.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/DittoTables.ts b/src/db/DittoTables.ts index d9e320d8..aed8c8c2 100644 --- a/src/db/DittoTables.ts +++ b/src/db/DittoTables.ts @@ -23,6 +23,7 @@ interface EventStatsRow { reactions_count: number; quotes_count: number; reactions: string; + zaps_amount: number; } interface EventRow {