mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -235,7 +235,6 @@ CREATE TABLE [phpbb_posts] (
|
||||
[enable_html] [smallint] NULL ,
|
||||
[enable_smilies] [smallint] NULL ,
|
||||
[enable_sig] [smallint] NULL ,
|
||||
[bbcode_uid] [char] (10) NULL ,
|
||||
[post_edit_time] [int] NULL ,
|
||||
[post_edit_count] [smallint] NULL
|
||||
) ON [PRIMARY]
|
||||
@@ -243,6 +242,7 @@ GO
|
||||
|
||||
CREATE TABLE [phpbb_posts_text] (
|
||||
[post_id] [int] NOT NULL ,
|
||||
[bbcode_uid] [char] (10) NULL ,
|
||||
[post_subject] [varchar] (100) NULL ,
|
||||
[post_text] [text] NULL
|
||||
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
|
||||
|
Reference in New Issue
Block a user