summaryrefslogtreecommitdiff
path: root/admin/upgrade_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-03-29 08:50:38 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-03-29 08:50:38 +0000
commitfe1e7f10fe992469c217e24090d1245bda3619d0 (patch)
treee2f1aad9e462b2b76d76fa3b1c84b734a58e4549 /admin/upgrade_inc.php
parentd8c3489202227f0eeda68b71bf710f3bb1dabf3e (diff)
downloadfisheye-fe1e7f10fe992469c217e24090d1245bda3619d0.tar.gz
fisheye-fe1e7f10fe992469c217e24090d1245bda3619d0.tar.bz2
fisheye-fe1e7f10fe992469c217e24090d1245bda3619d0.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/upgrade_inc.php')
-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 6cc8cb6..08da584 100644
--- a/admin/upgrade_inc.php
+++ b/admin/upgrade_inc.php
@@ -17,6 +17,11 @@ array( 'DATADICT' => array(
array( 'RENAMESEQUENCE' => array(
"tiki_fisheye_gallery_id_seq" => "fisheye_gallery_id_seq",
)),
+ array( 'RENAMECOLUMN' => array(
+ 'fisheye_gallery_image_map' => array(
+ '`position`' => 'item_position'
+ ),
+ )),
)),
)
),