Skip to content

Commit 1f1879f

Browse files
committed
remove db tag
1 parent ec7dc02 commit 1f1879f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/telemetry/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ type Template struct {
13971397
AutostartAllowedDays []string `json:"autostart_allowed_days"`
13981398
RequireActiveVersion bool `json:"require_active_version"`
13991399
Deprecated bool `json:"deprecated"`
1400-
UseClassicParameterFlow bool `db:"use_classic_parameter_flow" json:"use_classic_parameter_flow"`
1400+
UseClassicParameterFlow bool `json:"use_classic_parameter_flow"`
14011401
}
14021402

14031403
type TemplateVersion struct {

0 commit comments

Comments
 (0)