You are here

function panels_update_5206 in Panels 5.2

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

File

./panels.install, line 305

Code

function panels_update_5206() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {panels_pane} ADD COLUMN subtype varchar(64)");
  return $ret;
}