Function init_deployment_schema

Source
pub async fn init_deployment_schema(
    version: i64,
    pool: &Pool<MySql>,
) -> Result<(), Error>