We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f081ac commit ed7ed73Copy full SHA for ed7ed73
server/db/models/model.go
@@ -20,8 +20,8 @@ var (
20
VerificationRequest: Prefix + "verification_requests",
21
Session: Prefix + "sessions",
22
Env: Prefix + "env",
23
- Webhook: Prefix + "webhook",
24
- WebhookLog: Prefix + "webhook_log",
25
- EmailTemplate: Prefix + "email_template",
+ Webhook: Prefix + "webhooks",
+ WebhookLog: Prefix + "webhook_logs",
+ EmailTemplate: Prefix + "email_templates",
26
}
27
)
0 commit comments