mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -931,15 +931,6 @@ CREATE TABLE phpbb_users (
|
||||
KEY username (username)
|
||||
);
|
||||
|
||||
# Table: 'phpbb_users_passwd'
|
||||
CREATE TABLE phpbb_users_passwd (
|
||||
user_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
passwd_time int(11) DEFAULT '0' NOT NULL,
|
||||
passwd varchar(32) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (user_id),
|
||||
KEY passwd_time (passwd_time)
|
||||
);
|
||||
|
||||
# Table: 'phpbb_warnings'
|
||||
CREATE TABLE phpbb_warnings (
|
||||
warning_id mediumint(8) unsigned NOT NULL auto_increment,
|
||||
|
Reference in New Issue
Block a user