mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed little sequance name problem
git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c35963cb76
commit
74a9b88c06
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue