function panels_update_5205 in Panels 5.2
Same name and namespace in other branches
- 6.3 panels.install \panels_update_5205()
File
- ./
panels.install, line 297
Code
function panels_update_5205() {
$ret = array();
$ret[] = update_sql("ALTER TABLE {panels_page} ADD COLUMN arguments longtext");
return $ret;
}