From 12839c7d478a4508051b651eef57e25279983f8a Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 27 Dec 2005 14:15:49 +0000 Subject: - Buh? Postgre! git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/postgres_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 7dc0e2bbd6..831a5382da 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -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); -- cgit v1.2.1