diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-04-30 01:03:14 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-04-30 01:03:14 +0000 |
commit | 6c0a51806f74eec1bf85842a558976a2e430c15f (patch) | |
tree | 95a81ab60ec87d372fc32a2ffb6c92ec22fa10cb /upgrade_feed.php | |
parent | f85dcfda5458f8f01e6a7c03794561f8ccb1a225 (diff) |
- transform some db fields from text to mediumtext (for large dbs); - #sessions.data, #user_cache.forbidden_categories and #user_cache.image_access_list
git-svn-id: http://piwigo.org/svn/trunk@2323 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | upgrade_feed.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/upgrade_feed.php b/upgrade_feed.php index 3f1bc3972..44ccbe5db 100644 --- a/upgrade_feed.php +++ b/upgrade_feed.php @@ -26,7 +26,6 @@ define('PHPWG_ROOT_PATH', './'); include_once(PHPWG_ROOT_PATH.'include/functions.inc.php'); include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); include_once(PHPWG_ROOT_PATH.'admin/include/functions_upgrade.php'); -include(PHPWG_ROOT_PATH.'include/template.php'); include(PHPWG_ROOT_PATH.'include/mysql.inc.php'); // +-----------------------------------------------------------------------+ @@ -71,7 +70,7 @@ echo count($to_apply).' upgrades to apply'; foreach ($to_apply as $upgrade_id) { unset($upgrade_description); - + echo "\n\n"; echo '=== upgrade '.$upgrade_id."\n"; |