only unsub contacts on permanent bounces (#156)
* only unsub on permanent counces * add hard bounce to email usage * add hard bounce for campaign * fix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "DailyEmailUsage" ADD COLUMN "hardBounced" INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "EmailEvent" ALTER COLUMN "status" DROP DEFAULT;
|
Reference in New Issue
Block a user