summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 96d64bfab..e36f34f14 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3339,6 +3339,16 @@ function system_update_6022() {
return $ret;
}
+
+function system_update_6023() {
+ $ret = array();
+ // vid is NULL
+ db_change_field($ret, 'node', 'vid');
+ // nid is DEFAULT 0
+ db_change_field($ret, 'node_revisions', 'nid');
+ return $ret;
+}
+
/**
* @} End of "defgroup updates-5.x-to-6.x"
* The next series of updates should start at 7000.