You are here

function ctools_schema_4 in Chaos Tool Suite (ctools) 7

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
Contains install and update functions for ctools.

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;
}