function ctools_update_6002
Add the new css cache table.
File
-
./
ctools.install, line 198
Code
function ctools_update_6002() {
// Schema 2 is locked and should not be changed.
$schema = ctools_schema_2();
db_create_table('ctools_css_cache', $schema['ctools_css_cache']);
}