You are here

function mongodb_watchdog_enable in MongoDB 6

Same name and namespace in other branches
  1. 7 mongodb_watchdog/mongodb_watchdog.install \mongodb_watchdog_enable()

Implements hook_enable().

File

mongodb_watchdog/mongodb_watchdog.install, line 20

Code

function mongodb_watchdog_enable() {
  mongodb_watchdog_ensure_indexes();
}