mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
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:
2
coderd/apidoc/docs.go
generated
2
coderd/apidoc/docs.go
generated
@ -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",
|
||||
|
Reference in New Issue
Block a user