1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Removing an unused table from the schema

git-svn-id: file:///svn/phpbb/trunk@5433 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-01-06 22:50:14 +00:00
parent 0dfa526665
commit 87ab0632d8
7 changed files with 0 additions and 83 deletions

View File

@@ -934,15 +934,6 @@ CREATE INDEX user_birthday_phpbb_users on phpbb_users (user_birthday);
CREATE INDEX user_email_hash_phpbb_users on phpbb_users (user_email_hash);
CREATE INDEX username_phpbb_users on phpbb_users (username);
# Table: phpbb_users_passwd
CREATE TABLE phpbb_users_passwd (
user_id INTEGER PRIMARY KEY NOT NULL,
passwd_time int(11) NOT NULL DEFAULT '0',
passwd varchar(32) NOT NULL DEFAULT '',
);
CREATE INDEX passwd_time_phpbb_users_passwd on phpbb_users_passwd (passwd_time);
# Table: phpbb_words
CREATE TABLE phpbb_words (
word_id INTEGER PRIMARY KEY NOT NULL,