From c762c07ce9180f4a6a324c46f0ec5e47cd91fd68 Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Mon, 09 Mar 2009 17:40:01 -0400 Subject: [PATCH] * autoload is only invoked when a class is not found - no need for include_once --- 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