graphql-engine/cli/migrate/database/hasuradb/metadata.go
Kali Vara Purushotham Santhati b875d95a75 cli: separate the metadata operations from migrate driver
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
GitOrigin-RevId: 8f6791d5fd51d011623361ac2f5994c8badb50bf
2021-04-01 05:14:17 +00:00

6 lines
137 B
Go

package hasuradb
func (h *HasuraDB) EnableCheckMetadataConsistency(enabled bool) {
h.config.enableCheckMetadataConsistency = enabled
}