Skip to content

Commit 20a6c01

Browse files
committed
chore: todo
1 parent f631265 commit 20a6c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/repository/notificationrepository/notification_channel_db_models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type notificationChannelRow struct {
1313
Port *string `db:"port"`
1414
IsAuthenticationRequired *bool `db:"is_authentication_required"`
1515
IsTlsEnforced *bool `db:"is_tls_enforced"`
16-
Username *string `db:"username"`
16+
Username *string `db:"username"` // TODO confirm if the Username encryption is required
1717
Password *string `db:"password"`
1818
SaltVersion int `db:"salt_version"`
1919
MaxEmailAttachmentSizeMb *int `db:"max_email_attachment_size_mb"`

0 commit comments

Comments
 (0)