- Patch 42652 by Goba: fixed upgrade issue related to MySQL 5.
parent
ea2d791095
commit
34265be9b7
|
@ -223,7 +223,7 @@ function system_update_117() {
|
|||
$ret = array();
|
||||
if ($GLOBALS['db_type'] == 'mysql') {
|
||||
$ret[] = update_sql("CREATE TABLE {vocabulary_node_types} (
|
||||
vid int(10) NOT NULL default '',
|
||||
vid int(10) NOT NULL default '0',
|
||||
type varchar(16) NOT NULL default '',
|
||||
PRIMARY KEY (vid, type))");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue