pub async fn reconcile_extensions(
    coredb: &CoreDB,
    ctx: Arc<Context>,
    _cdb_api: &Api<CoreDB>,
    _name: &str
) -> Result<(Vec<TrunkInstallStatus>, Vec<ExtensionStatus>), Action>
Expand description

reconcile extensions between the spec and the database