function ctools_schema_4

Version 4 of the CTools schema.

1 call to ctools_schema_4()
ctools_schema in ./ctools.install
Implements hook_schema().

File

./ctools.install, line 50

Code

function ctools_schema_4() {
    $schema = ctools_schema_3();
    // Removed due to alternative database configuration issues.
    // @see https://www.drupal.org/project/ctools/issues/2941920
    return $schema;
}