aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2005-12-27 14:15:49 +0000
committerDavid M <davidmj@users.sourceforge.net>2005-12-27 14:15:49 +0000
commit12839c7d478a4508051b651eef57e25279983f8a (patch)
treec6d1d818d816c800db18d9f5965254f6e0034b7a
parent7eea0d3529d139318278921d2a3424a0ec1ed7b0 (diff)
downloadforums-12839c7d478a4508051b651eef57e25279983f8a.tar
forums-12839c7d478a4508051b651eef57e25279983f8a.tar.gz
forums-12839c7d478a4508051b651eef57e25279983f8a.tar.bz2
forums-12839c7d478a4508051b651eef57e25279983f8a.tar.xz
forums-12839c7d478a4508051b651eef57e25279983f8a.zip
- Buh? Postgre!
git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/postgres_schema.sql2
1 files changed, 1 insertions, 1 deletions
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);