mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Changes related to private messaging + some bug fixes
git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user