mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 10:27:34 -06:00
omitempty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user