summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-03-29 08:50:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-03-29 08:50:39 +0000
commitdee137923c00311da2f2596a7c3c0ef95ac153ac (patch)
tree19573990a8e59bd8bb918e81ab00f638f54d7484 /admin
parented10f9ac81d849827346dc5378f6604b562d7cb0 (diff)
downloadnexus-dee137923c00311da2f2596a7c3c0ef95ac153ac.tar.gz
nexus-dee137923c00311da2f2596a7c3c0ef95ac153ac.tar.bz2
nexus-dee137923c00311da2f2596a7c3c0ef95ac153ac.zip
upgrader brought up to latest state on SchemaChangeLog except for the liberty_content_stuff
2006-02-21 and 2006-02-24 remain to be dealt with any db changes need to go in respective upgraders from now on. chaos doesn't rule anymore - not even in HEAD
Diffstat (limited to 'admin')
-rw-r--r--admin/upgrade_inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php
index 0057a9b..51d5cec 100644
--- a/admin/upgrade_inc.php
+++ b/admin/upgrade_inc.php
@@ -13,6 +13,11 @@ array( 'DATADICT' => array(
'tiki_nexus_menus' => 'nexus_menus',
'tiki_nexus_menu_items' => 'nexus_menu_items',
)),
+ array( 'RENAMECOLUMN' => array(
+ 'nexus_menus' => array(
+ '`type`' => 'menu_type'
+ ),
+ )),
)),
)