summaryrefslogtreecommitdiff
path: root/roundcubemail/SQL/sqlite.update.sql
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-19 06:15:58 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-19 06:15:58 +0000
commite3490449500a655f74d210b0fa5e463d4a2d2b9f (patch)
tree4efa16102cee9c483abb8e58b09a10adec3afcf5 /roundcubemail/SQL/sqlite.update.sql
parent8219df7241e3c96bb6b7f9abfa057b8a64b1839f (diff)
- Add lost cache_index.valid column definition
git-svn-id: https://svn.roundcube.net/trunk@5234 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/sqlite.update.sql')
-rw-r--r--roundcubemail/SQL/sqlite.update.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/SQL/sqlite.update.sql b/roundcubemail/SQL/sqlite.update.sql
index 6f009754e..f7fd168af 100644
--- a/roundcubemail/SQL/sqlite.update.sql
+++ b/roundcubemail/SQL/sqlite.update.sql
@@ -254,6 +254,7 @@ CREATE TABLE cache_index (
user_id integer NOT NULL,
mailbox varchar(255) NOT NULL,
changed datetime NOT NULL default '0000-00-00 00:00:00',
+ valid smallint NOT NULL DEFAULT '0',
data text NOT NULL,
PRIMARY KEY (user_id, mailbox)
);