mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
Remove auto increment/IDENTITY/autonumber/sequence from forum_id in _forums, this is set by the admin_forums app itself.
git-svn-id: file:///svn/phpbb/trunk@2089 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -63,7 +63,7 @@ CREATE TABLE [phpbb_forum_prune] (
|
||||
GO
|
||||
|
||||
CREATE TABLE [phpbb_forums] (
|
||||
[forum_id] [int] IDENTITY (1, 1) NOT NULL ,
|
||||
[forum_id] [int] NOT NULL ,
|
||||
[cat_id] [int] NOT NULL ,
|
||||
[forum_name] [varchar] (100) NOT NULL ,
|
||||
[forum_desc] [varchar] (255) NULL ,
|
||||
|
Reference in New Issue
Block a user