feat: add notifications inbox db (#16599)

This PR is linked [to the following
issue](https://github.com/coder/internal/issues/334).

The objective is to create the DB layer and migration for the new `Coder
Inbox`.
This commit is contained in:
Vincent Vielle
2025-03-03 10:12:48 +01:00
committed by GitHub
parent d0e2060692
commit c074f77a4f
27 changed files with 966 additions and 0 deletions

2
coderd/apidoc/docs.go generated
View File

@ -13740,6 +13740,7 @@ const docTemplate = `{
"group",
"group_member",
"idpsync_settings",
"inbox_notification",
"license",
"notification_message",
"notification_preference",
@ -13775,6 +13776,7 @@ const docTemplate = `{
"ResourceGroup",
"ResourceGroupMember",
"ResourceIdpsyncSettings",
"ResourceInboxNotification",
"ResourceLicense",
"ResourceNotificationMessage",
"ResourceNotificationPreference",