diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-09-15 20:34:35 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-09-15 20:34:35 +0000 |
commit | f8b429e963b4e9fe73f0a85a0ccb2679eca65d62 (patch) | |
tree | 9497c600f1eb3aca808f9579db34b7b742652064 /database/database.pgsql | |
parent | d00f4a4ebfc91321ed965335b16e13e6eaa519cd (diff) | |
download | brdo-f8b429e963b4e9fe73f0a85a0ccb2679eca65d62.tar.gz brdo-f8b429e963b4e9fe73f0a85a0ccb2679eca65d62.tar.bz2 |
#10862: Smarter filter cache wiping.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r-- | database/database.pgsql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |