changes
This commit is contained in:
parent
3867842b35
commit
0d8bd93a3e
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
)"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue