feat: Add billing for inbound
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "EmailSourceType" ADD VALUE 'INBOUND';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "projects" ADD COLUMN "billingLimitInbound" INTEGER;
|
||||
Reference in New Issue
Block a user