add analytics (#162)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "CumulatedMetrics" (
|
||||
"teamId" INTEGER NOT NULL,
|
||||
"domainId" INTEGER NOT NULL,
|
||||
"delivered" BIGINT NOT NULL DEFAULT 0,
|
||||
"hardBounced" BIGINT NOT NULL DEFAULT 0,
|
||||
"complained" BIGINT NOT NULL DEFAULT 0,
|
||||
|
||||
CONSTRAINT "CumulatedMetrics_pkey" PRIMARY KEY ("teamId","domainId")
|
||||
);
|
Reference in New Issue
Block a user