From 87ab0632d8af79d5ff5ef912b1e9b2cac0ace396 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Fri, 6 Jan 2006 22:50:14 +0000 Subject: Removing an unused table from the schema git-svn-id: file:///svn/phpbb/trunk@5433 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/sqlite_schema.sql | 9 --------- 1 file changed, 9 deletions(-) (limited to 'phpBB/install/schemas/sqlite_schema.sql') diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql index a8ecce69eb..3020dc3db0 100644 --- a/phpBB/install/schemas/sqlite_schema.sql +++ b/phpBB/install/schemas/sqlite_schema.sql @@ -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, -- cgit v1.2.1