mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
fix: add email reporting (#2918)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "OrganisationMonthlyStat" ADD COLUMN "emailReports" INTEGER NOT NULL DEFAULT 0;
|
||||
@@ -322,6 +322,7 @@ model OrganisationMonthlyStat {
|
||||
documentCount Int @default(0)
|
||||
emailCount Int @default(0)
|
||||
apiCount Int @default(0)
|
||||
emailReports Int @default(0)
|
||||
|
||||
@@unique([organisationId, period])
|
||||
@@index([organisationId])
|
||||
|
||||
Reference in New Issue
Block a user