From d9d43eea27156f12e6a0b6fdbe9a5db774622574 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 14 Aug 2006 05:47:36 +0000 Subject: #64212 by chx, dww, and Eaton, allow for branched updates. --- modules/system/system.install | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index c5b165833..5c52809fa 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2842,7 +2842,12 @@ function system_update_182() { return $ret; } -function system_update_183() { +/** + * @defgroup updates-4.7-to-x.x System updates from 4.7 to x.x + * @{ + */ + +function system_update_1000() { $ret = array(); switch ($GLOBALS['db_type']) { case 'mysql': @@ -2868,7 +2873,7 @@ function system_update_183() { return $ret; } -function system_update_184() { +function system_update_1001() { // change DB schema for better poll support $ret = array(); @@ -2887,7 +2892,7 @@ function system_update_184() { return $ret; } -function system_update_185() { +function system_update_1002() { // Make the forum's vocabulary the highest in list, if present $ret = array(); @@ -2898,7 +2903,7 @@ function system_update_185() { return $ret; } -function system_update_186() { +function system_update_1003() { // Make use of guid in feed items $ret = array(); switch ($GLOBALS['db_type']) { @@ -2914,7 +2919,7 @@ function system_update_186() { } -function system_update_187() { +function system_update_1004() { // Increase the size of bid in boxes and aid in access $ret = array(); switch ($GLOBALS['db_type']) { @@ -2930,7 +2935,7 @@ function system_update_187() { return $ret; } -function system_update_188() { +function system_update_1005() { // Add ability to create dynamic node types like the CCK module $ret = array(); @@ -3025,3 +3030,8 @@ function system_update_188() { return $ret; } + +/** + * @} End of "defgroup updates-4.7-to-x.x" + * The next series of updates should start at 2000. + */ -- cgit v1.2.3