You are here

function panels_update_5207 in Panels 5.2

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

File

./panels.install, line 312

Code

function panels_update_5207() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {panels_page} ADD COLUMN displays longtext");
  $ret[] = update_sql("ALTER TABLE {panels_page} ADD COLUMN contexts longtext");
  return $ret;
}