function panels_update_6309 in Panels 6.3
Add the panels_renderer_pipeline table
File
- ./
panels.install, line 1486
Code
function panels_update_6309() {
$ret = array();
// Schema 3 is locked and should not be changed.
$schema = panels_schema_3();
db_create_table($ret, 'panels_renderer_pipeline', $schema['panels_renderer_pipeline']);
return $ret;
}