Skip to content

Commit 6bb7bed

Browse files
Merge pull request #6739 from devtron-labs/rc40-fixes
misc: notification table fix
2 parents da845f2 + 3b61f5f commit 6bb7bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sql/repository/NotificationSettingsRepository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ func (impl *NotificationSettingsRepositoryImpl) FindNotificationSettingsWithRule
628628

629629
query := impl.dbConnection.
630630
Model(&notificationSettings).
631-
Column("notification_settings.*", "NotificationRule").
631+
Column("notification_settings.*").
632632
Where("notification_settings.pipeline_type = ?", req.PipelineType).
633633
Where("notification_settings.event_type_id = ?", eventId).
634634
WhereGroup(settingsFilerConditions)

0 commit comments

Comments
 (0)