aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/schemas/mssql_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mssql_schema.sql b/phpBB/install/schemas/mssql_schema.sql
index 95afdc50e7..a04621f9bb 100644
--- a/phpBB/install/schemas/mssql_schema.sql
+++ b/phpBB/install/schemas/mssql_schema.sql
@@ -51,7 +51,7 @@ CREATE TABLE [phpbb_auth_roles] (
[role_name] [varchar] (50) NOT NULL ,
[role_type] [varchar] (10) NOT NULL ,
[role_group_ids] [varchar] (255) NOT NULL
-) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
+) ON [PRIMARY]
GO
CREATE TABLE [phpbb_auth_roles_data] (