1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

This is an initial 'final' DB schema, effectively complete but may undergo some (hopefully minor) updates

git-svn-id: file:///svn/phpbb/trunk@1336 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-11-16 18:03:23 +00:00
parent 6228512203
commit 1005537ba1

View File

@ -278,7 +278,7 @@ CREATE TABLE phpbb_search_wordlist (
word_common tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (word_text),
KEY word_id (word_id)
)
);
# --------------------------------------------------------
#