Check if it's enabling ES, and avoid setting up visibility schemas in MySQL/PostgreSQL.
Why?
Adds a bit of flexibility if anyone wants to setup with MariaDB or CockroachDB for main storage and ES for visibility since the schema for visibility might not be compatible with those DBs.
What was changed
Check if it's enabling ES, and avoid setting up visibility schemas in MySQL/PostgreSQL.
Why?
Adds a bit of flexibility if anyone wants to setup with MariaDB or CockroachDB for main storage and ES for visibility since the schema for visibility might not be compatible with those DBs.
Checklist
Closes
How was this tested:
Any docs updates needed?