chore: remove stale comment about sqlc name conflict in skip segment overrides

This commit is contained in:
2026-06-11 14:24:18 +02:00
parent 97dcb19b7d
commit 1c86f802b4

View File

@@ -7,9 +7,6 @@ import (
"fmt"
)
// Note: we intentionally avoid naming this struct SkipSegmentOverride because
// some environments may have an sqlc-generated SkipSegmentOverride model,
// which would cause a redeclare build error.
type SkipSegmentOverrideRow struct {
ID string
UserID string