pub async fn verify(client: &Client, emulator: bool) -> Result<(), CliError>Expand description
Check that every object setup would create is already present.
Existence-only — never writes, never grants, never checks columns. If the
infrastructure was once fully initialized it stays verified unless
something is dropped out from under us. Upgrading mz-deploy to a release
that adds new tables will trip this check until the admin re-runs
setup.
Every non-setup command calls this before touching _mz_deploy.