1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

It's been a while since I wrote schemas for non-mysql DB's ... so don't be surprised if they are spectacularly incorrect

git-svn-id: file:///svn/phpbb/trunk@5174 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2005-07-04 14:13:43 +00:00
parent 0b814956db
commit 0eae8040e8
6 changed files with 155 additions and 1 deletions

View File

@@ -943,7 +943,6 @@ CREATE TABLE phpbb_users_passwd (
KEY passwd_time (passwd_time)
);
# Table: 'phpbb_words'
CREATE TABLE phpbb_words (
word_id mediumint(8) UNSIGNED NOT NULL auto_increment,