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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user