Skip to content

Commit a4f790f

Browse files
fix comment
Co-authored-by: Copilot <[email protected]>
1 parent 3c84f86 commit a4f790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories/continuous_screening_client_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (repo *ClientDbRepository) CreateInternalContinuousScreeningTable(ctx conte
4242
return err
4343
}
4444

45-
// Unique index to have a unique object_id for a given config_id
45+
// Unique index to have a unique (object_type, object_id) combination for a given config_stable_id
4646
uniqIndexName := fmt.Sprintf(
4747
"uniq_idx_config_object_type_id%s",
4848
dbmodels.TABLE_CONTINUOUS_SCREENING_MONITORED_OBJECTS,

0 commit comments

Comments
 (0)