Skip to content

Commit

Permalink
fix: Enable schema validation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
efirs committed May 7, 2023
1 parent 74beacd commit e29b1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tigris/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func driverConfig(cfg *Config) *config.Driver {
Token: cfg.Token,
Protocol: cfg.Protocol,

SkipSchemaValidation: true,
SkipSchemaValidation: false,
}
}

Expand Down

0 comments on commit e29b1e9

Please sign in to comment.