function ctools_schema_3

Version 3 of the CTools schema.

1 call to ctools_schema_3()
ctools_schema_4 in ./ctools.install
Version 4 of the CTools schema.

File

./ctools.install, line 62

Code

function ctools_schema_3() {
    $schema = ctools_schema_2();
    // Update the 'obj' field to be 128 bytes long:
    $schema['ctools_object_cache']['fields']['obj']['length'] = 128;
    return $schema;
}