You are here

function ctools_update_6002 in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 ctools.install \ctools_update_6002()

Add the new css cache table.

File

./ctools.install, line 198
Contains install and update functions for ctools.

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']);
}