diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-05 13:30:30 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-05 13:30:30 +0000 |
| commit | c7e7370188bc77c593168ed65c106f3182e4d271 (patch) | |
| tree | adb6fb65b4f972b3039c9d73574fbb97598f9759 /admin | |
| parent | dee137923c00311da2f2596a7c3c0ef95ac153ac (diff) | |
| download | nexus-c7e7370188bc77c593168ed65c106f3182e4d271.tar.gz nexus-c7e7370188bc77c593168ed65c106f3182e4d271.tar.bz2 nexus-c7e7370188bc77c593168ed65c106f3182e4d271.zip | |
tonnes of upgrader error sqashes - liberty_content_links still remain to be dealt with
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 51d5cec..cc472ac 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -15,7 +15,7 @@ array( 'DATADICT' => array( )), array( 'RENAMECOLUMN' => array( 'nexus_menus' => array( - '`type`' => 'menu_type' + '`type`' => '`menu_type` C(16)' ), )), )), |
