mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- Buh? Postgre!
git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7eea0d3529
commit
12839c7d47
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ CREATE TABLE phpbb_users_passwd (
|
|||
user_id INT4 DEFAULT '0' NOT NULL,
|
||||
passwd_time INT4 DEFAULT '0' NOT NULL,
|
||||
passwd varchar(32) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (user_id),
|
||||
PRIMARY KEY (user_id)
|
||||
);
|
||||
|
||||
CREATE INDEX passwd_time_phpbb_users_passwd_index ON phpbb_users_passwd (passwd_time);
|
||||
|
|
Loading…
Add table
Reference in a new issue