From 0d8bd93a3e27fbc1a9fe91e8b0c3321c80cb933f Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Fri, 4 May 2007 19:48:59 +0000 Subject: [PATCH] changes --- docs/changelog/7.x.x.txt | 2 ++ docs/upgrades/upgrade_7.3.16-7.3.17.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index a4a5724e9..c60069d9d 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,8 @@ 7.3.17 - fix: First event in the calendar not working right (Martin Kamerbeek / Oqapi) http://www.plainblack.com/bugs/tracker/first-event-in-the-calendar-not-working-right + - fix: Uploads folder case-sensitive + - fix: Creating and updating files in WebGUI creates multiple storage locations. 7.3.16 diff --git a/docs/upgrades/upgrade_7.3.16-7.3.17.pl b/docs/upgrades/upgrade_7.3.16-7.3.17.pl index daf6ca8dd..c57e37d60 100644 --- a/docs/upgrades/upgrade_7.3.16-7.3.17.pl +++ b/docs/upgrades/upgrade_7.3.16-7.3.17.pl @@ -42,7 +42,7 @@ sub addStorageTranslation { $session->db->write( "CREATE TABLE IF NOT EXISTS storageTranslation ( guidValue VARCHAR(22) BINARY, - hexValue VARCHAR(22) BINARY, + hexValue VARCHAR(32) BINARY, PRIMARY KEY (guidValue) )" );