Feature/filter in email by domain id and api (#108)
* feat: filter by domainId * feat: filter on apikey in email * Update pnpm-lock.yaml --------- Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
This commit is contained in:
@@ -197,6 +197,7 @@ model Email {
|
||||
latestStatus EmailStatus @default(QUEUED)
|
||||
teamId Int
|
||||
domainId Int?
|
||||
apiId Int?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
scheduledAt DateTime?
|
||||
|
Reference in New Issue
Block a user