You are here

function panels_update_1003 in Panels 5.2

Same name and namespace in other branches
  1. 6.3 panels.install \panels_update_1003()

File

./panels.install, line 278

Code

function panels_update_1003() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {panels_display} ADD COLUMN panel_settings longtext");
  return $ret;
}