From 74a9b88c06ace02c99d44d2e11ed8574505d6926 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Mon, 26 Nov 2001 03:02:41 +0000 Subject: Fixed little sequance name problem git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/schemas/postgres_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db/schemas/postgres_schema.sql') diff --git a/phpBB/db/schemas/postgres_schema.sql b/phpBB/db/schemas/postgres_schema.sql index a4a2798d08..ba926a2cf3 100644 --- a/phpBB/db/schemas/postgres_schema.sql +++ b/phpBB/db/schemas/postgres_schema.sql @@ -98,7 +98,7 @@ CREATE TABLE phpbb_config ( Table structure for table phpbb_disallow -------------------------------------------------------- */ CREATE TABLE phpbb_disallow ( - disallow_id int4 DEFAULT nextval('phpbb_disallow_id_s'::text) NOT NULL, + disallow_id int4 DEFAULT nextval('phpbb_disallow_id_seq'::text) NOT NULL, disallow_username varchar(25), CONSTRAINT phpbb_disallow_pkey PRIMARY KEY (disallow_id) ); -- cgit v1.2.1