mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Database changes for search flood control
AcydBurn - Can you please replicate this into the MS Access primer for me git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5532 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -248,6 +248,7 @@ CREATE TABLE phpbb_ranks (
|
||||
CREATE TABLE phpbb_search_results (
|
||||
search_id int4 NOT NULL default '0',
|
||||
session_id char(32) NOT NULL default '',
|
||||
search_time int4 DEFAULT '0' NOT NULL,
|
||||
search_array text NOT NULL,
|
||||
CONSTRAINT phpbb_search_results_pkey PRIMARY KEY (search_id)
|
||||
);
|
||||
|
Reference in New Issue
Block a user