function path_access_update_6100 in Path Access 6
Same name and namespace in other branches
- 7 path_access.install \path_access_update_6100()
File
- ./
path_access.install, line 67
Code
function path_access_update_6100() {
$ret = array();
$ret[] = update_sql("ALTER TABLE {path_access} CHANGE pid pid SERIAL NOT NULL AUTO_INCREMENT");
return $ret;
}