omitempty

This commit is contained in:
Brian Hendriks
2023-09-28 21:21:38 -07:00
parent cd95699210
commit 6aba08d3ca

View File

@@ -80,7 +80,7 @@ type BehaviorYAMLConfig struct {
// automatically creates a Dolt commit when any SQL transaction is committed.
DoltTransactionCommit *bool `yaml:"dolt_transaction_commit"`
EventSchedulerStatus *string `yaml:"event_scheduler" minver:"1.17.0"`
EventSchedulerStatus *string `yaml:"event_scheduler,omitempty" minver:"1.17.0"`
}
// UserYAMLConfig contains server configuration regarding the user account clients must use to connect