You are here

function zoomapi_update_7202 in Zoom API 7.2

Add webhooks log table.

File

./zoomapi.install, line 139
Install, update, and uninstall hooks for the Zoom API module.

Code

function zoomapi_update_7202() {
  _zoomapi_add_missing_tables();
}