summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/postgres.update.sql
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-23 10:02:46 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-23 10:02:46 +0000
commit83770ebad5a304173ecffeea878c8c900411bdc6 (patch)
tree78d96a24894800b3e4e9048715feed573969ffda /roundcubemail/SQL/postgres.update.sql
parentea30faa00eca371a15653a6e2f8ad4ac8301e822 (diff)
- Add version markers
git-svn-id: https://svn.roundcube.net/trunk@5468 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/postgres.update.sql')
-rw-r--r--roundcubemail/SQL/postgres.update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/SQL/postgres.update.sql b/roundcubemail/SQL/postgres.update.sql
index d06ee8487..c96669dc8 100644
--- a/roundcubemail/SQL/postgres.update.sql
+++ b/roundcubemail/SQL/postgres.update.sql
@@ -166,4 +166,6 @@ CREATE TABLE cache_messages (
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);