mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
;
git-svn-id: file:///svn/phpbb/trunk@4606 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2951801e6a
commit
6f988e15db
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ CREATE TABLE phpbb_bots (
|
||||||
bot_ip varchar(255) DEFAULT '' NOT NULL,
|
bot_ip varchar(255) DEFAULT '' NOT NULL,
|
||||||
PRIMARY KEY (bot_id),
|
PRIMARY KEY (bot_id),
|
||||||
KEY bot_active (bot_active)
|
KEY bot_active (bot_active)
|
||||||
)
|
);
|
||||||
|
|
||||||
# Table: 'phpbb_cache'
|
# Table: 'phpbb_cache'
|
||||||
CREATE TABLE phpbb_cache (
|
CREATE TABLE phpbb_cache (
|
||||||
|
|
Loading…
Add table
Reference in a new issue