add statistics

This commit is contained in:
miloschwartz
2025-08-14 17:06:07 -07:00
parent 74d2527af5
commit 67ba225003
11 changed files with 362 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ const migrations = [
{ version: "1.6.0", run: m1 },
{ version: "1.7.0", run: m2 },
{ version: "1.8.0", run: m3 },
{ version: "1.9.0", run: m4 }
// { version: "1.9.0", run: m4 }
// Add new migrations here as they are created
] as {
version: string;