pub async fn create_meta_store_schema(
opts: CreateMetaStoreSchemaOpts,
) -> Result<()>Expand description
Apply all schema changes located under src/meta/model/migration to the
meta store, mirroring the behavior of SqlMetaStore::up without needing a
running meta node.