mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
Fixed little sequance name problem
git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
Reference in New Issue
Block a user