summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-05 13:30:27 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-05 13:30:27 +0000
commit977ebdedc98d9d30b4271c86340443224b8ef622 (patch)
tree62b1e284b186a53cba24d717c8e563eb8b4dd722 /admin
parentfe1e7f10fe992469c217e24090d1245bda3619d0 (diff)
downloadfisheye-977ebdedc98d9d30b4271c86340443224b8ef622.tar.gz
fisheye-977ebdedc98d9d30b4271c86340443224b8ef622.tar.bz2
fisheye-977ebdedc98d9d30b4271c86340443224b8ef622.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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php
index 08da584..b94b628 100644
--- a/admin/upgrade_inc.php
+++ b/admin/upgrade_inc.php
@@ -19,7 +19,7 @@ array( 'DATADICT' => array(
)),
array( 'RENAMECOLUMN' => array(
'fisheye_gallery_image_map' => array(
- '`position`' => 'item_position'
+ '`position`' => '`item_position` I4'
),
)),
)),