Skip to content

Commit

Permalink
test new tbd field
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed Jan 8, 2024
1 parent 6b04fef commit e8f248b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/cmd/dolt/commands/sqlserver/yaml_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ type YAMLConfig struct {
SystemVars_ *engine.SystemVariables `yaml:"system_variables,omitempty" minver:"1.11.1"`
Jwks []engine.JwksConfig `yaml:"jwks"`
GoldenMysqlConn *string `yaml:"golden_mysql_conn,omitempty"`
TestField *string `yaml:"test_field,omitempty" minver:"TBD"`
}

var _ ServerConfig = YAMLConfig{}
Expand Down

0 comments on commit e8f248b

Please sign in to comment.