diff options
Diffstat (limited to 'phpBB/db/schemas')
-rw-r--r-- | phpBB/db/schemas/mssql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/schemas/mssql_schema.sql b/phpBB/db/schemas/mssql_schema.sql index 7c42f87d87..6c39728549 100644 --- a/phpBB/db/schemas/mssql_schema.sql +++ b/phpBB/db/schemas/mssql_schema.sql @@ -89,7 +89,7 @@ CREATE TABLE [phpbb_forums] ( GO CREATE TABLE [phpbb_groups] ( - [group_id] [int] IDENTITY (1, 1) NOT NULL , + [group_id] [int] NOT NULL , [group_type] [smallint] NULL , [group_name] [varchar] (50) NOT NULL , [group_description] [varchar] (255) NOT NULL , |