- Patch 42652 by Goba: fixed upgrade issue related to MySQL 5.

4.7.x
Dries Buytaert 2005-12-31 10:52:46 +00:00
parent ea2d791095
commit 34265be9b7
1 changed files with 1 additions and 1 deletions

View File

@ -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))");
}