pub(super) const SETUP_STATEMENTS: &[&str];Expand description
All DDL statements required to initialize _mz_deploy from a clean
database, and safe to re-run against an existing one. The _mz_deploy
database itself is created separately by super::setup::setup
immediately before iterating these.