summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/sqlite.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/sqlite.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/sqlite.update.sql')
-rw-r--r--roundcubemail/SQL/sqlite.update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/SQL/sqlite.update.sql b/roundcubemail/SQL/sqlite.update.sql
index e6b3ee125..92f6da142 100644
--- a/roundcubemail/SQL/sqlite.update.sql
+++ b/roundcubemail/SQL/sqlite.update.sql
@@ -283,6 +283,8 @@ CREATE TABLE cache_messages (
CREATE INDEX ix_cache_messages_changed ON cache_messages (changed);
+-- Updates from version 0.7-beta
+
DROP TABLE session;
CREATE TABLE session (
sess_id varchar(128) NOT NULL PRIMARY KEY,