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