You are here

function zoomapi_update_7203 in Zoom API 7.2

Add recordings tracker table.

File

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

Code

function zoomapi_update_7203() {
  _zoomapi_add_missing_tables();
}