From f8b429e963b4e9fe73f0a85a0ccb2679eca65d62 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 15 Sep 2004 20:34:35 +0000 Subject: #10862: Smarter filter cache wiping. --- database/database.pgsql | 1 + 1 file changed, 1 insertion(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 339549516..375281dfa 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -168,6 +168,7 @@ CREATE TABLE cache ( headers text default '', PRIMARY KEY (cid) ); +CREATE INDEX cache_expire_idx ON cache(expire); -- -- Table structure for comments -- cgit v1.2.3