From 5499336feff22f682448dd99cc00a9b36701fcd1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Jul 2009 12:02:33 -0400 Subject: [PATCH] Use global request tokens and automatically protect all POST requests --- SQL/sqlite.update.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SQL/sqlite.update.sql b/SQL/sqlite.update.sql index 26dc00f..627074e 100644 --- a/SQL/sqlite.update.sql +++ b/SQL/sqlite.update.sql @@ -33,3 +33,4 @@ -- Updates from version 0.2-beta CREATE INDEX ix_session_changed ON session (changed); +CREATE INDEX ix_cache_created ON cache (created); -- Gitblit v1.9.1