aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mssql_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/mssql_schema.sql')
-rw-r--r--phpBB/db/mssql_schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/mssql_schema.sql b/phpBB/db/mssql_schema.sql
index ad29e5323e..e0e4fdcb0d 100644
--- a/phpBB/db/mssql_schema.sql
+++ b/phpBB/db/mssql_schema.sql
@@ -259,13 +259,13 @@ CREATE TABLE [phpbb_privmsgs] (
[privmsgs_enable_bbcode] [smallint] NULL ,
[privmsgs_enable_html] [smallint] NULL ,
[privmsgs_enable_smilies] [smallint] NULL ,
- [privmsgs_enable_sig] [smallint] NULL ,
- [privmsgs_bbcode_uid] [char] (10) NULL
+ [privmsgs_attach_sig] [smallint] NULL ,
) ON [PRIMARY]
GO
CREATE TABLE [phpbb_privmsgs_text] (
[privmsgs_text_id] [int] NOT NULL ,
+ [privmsgs_bbcode_uid] [char] (10) NULL
[privmsgs_text] [text] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO