1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- Buh? Postgre!

git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2005-12-27 14:15:49 +00:00
parent 7eea0d3529
commit 12839c7d47

View File

@@ -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);