1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +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

@@ -1728,20 +1728,6 @@ CREATE INDEX user_email_hash on phpbb_users (user_email_hash)
CREATE INDEX username on phpbb_users (username)
/
/*
Table: phpbb_users_passwd
*/
CREATE TABLE phpbb_users_passwd (
user_id number(8) NOT NULL,
passwd_time number(11) DEFAULT '0' NOT NULL,
passwd varchar2(32),
CONSTRAINT pk_phpbb_users_passwd PRIMARY KEY (user_id)
)
/
CREATE INDEX passwd_time on phpbb_users_passwd (passwd_time)
/
/*
Table: phpbb_words
*/