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.
2 parents 0f081ac + ed7ed73 commit 9ba1239Copy full SHA for 9ba1239
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