From ce86f0f14f0cf1bf73f4f6045aea1fa00db432aa Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 11 Dec 2011 13:12:33 -0500 Subject: [PATCH] Make string for unread count configureable by skin; add file type classes to attachments list --- SQL/postgres.update.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SQL/postgres.update.sql b/SQL/postgres.update.sql index d06ee84..c96669d 100644 --- a/SQL/postgres.update.sql +++ b/SQL/postgres.update.sql @@ -166,4 +166,6 @@ CREATE INDEX cache_messages_changed_idx ON cache_messages (changed); +-- Updates from version 0.7-beta + ALTER TABLE "session" ALTER sess_id TYPE varchar(128); -- Gitblit v1.9.1