mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: create database tables and queries for notifications (#13536)
This commit is contained in:
@@ -64,6 +64,12 @@ sql:
|
||||
- column: "template_usage_stats.app_usage_mins"
|
||||
go_type:
|
||||
type: "StringMapOfInt"
|
||||
- column: "notification_templates.actions"
|
||||
go_type:
|
||||
type: "[]byte"
|
||||
- column: "notification_messages.payload"
|
||||
go_type:
|
||||
type: "[]byte"
|
||||
rename:
|
||||
template: TemplateTable
|
||||
template_with_user: Template
|
||||
|
||||
Reference in New Issue
Block a user