mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
b875d95a75
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com> GitOrigin-RevId: 8f6791d5fd51d011623361ac2f5994c8badb50bf
6 lines
137 B
Go
6 lines
137 B
Go
package hasuradb
|
|
|
|
func (h *HasuraDB) EnableCheckMetadataConsistency(enabled bool) {
|
|
h.config.enableCheckMetadataConsistency = enabled
|
|
}
|