diff options
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/sqlite_schema.sql | 9 |
1 files changed, 0 insertions, 9 deletions
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, |
