diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-01-11 14:29:15 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-01-11 14:29:15 +0100 |
commit | 6702a11dcb397d1b07c7bbba2206ad595712d435 (patch) | |
tree | e79c719c92b39b6d83968b779ff35cc30949e2d9 /phpBB/install/schemas/mssql_schema.sql | |
parent | dc8d4dbf30e4ddc0815c87318178381443cd948c (diff) | |
parent | 032f172a073b028f5d1585f997859f7a07c00c98 (diff) | |
download | forums-6702a11dcb397d1b07c7bbba2206ad595712d435.tar forums-6702a11dcb397d1b07c7bbba2206ad595712d435.tar.gz forums-6702a11dcb397d1b07c7bbba2206ad595712d435.tar.bz2 forums-6702a11dcb397d1b07c7bbba2206ad595712d435.tar.xz forums-6702a11dcb397d1b07c7bbba2206ad595712d435.zip |
Merge remote-tracking branch 'nickvergessen/ticket/11321' into develop
* nickvergessen/ticket/11321:
[ticket/11321] Recreate schema files with develop/create_schema_files.php
Diffstat (limited to 'phpBB/install/schemas/mssql_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mssql_schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/mssql_schema.sql b/phpBB/install/schemas/mssql_schema.sql index 84c975942f..a37fd2b14e 100644 --- a/phpBB/install/schemas/mssql_schema.sql +++ b/phpBB/install/schemas/mssql_schema.sql @@ -1111,8 +1111,8 @@ CREATE TABLE [phpbb_reports] ( [report_time] [int] DEFAULT (0) NOT NULL , [report_text] [text] DEFAULT ('') NOT NULL , [reported_post_text] [text] DEFAULT ('') NOT NULL , - [reported_post_bitfield] [varchar] (255) DEFAULT ('') NOT NULL , - [reported_post_uid] [varchar] (8) DEFAULT ('') NOT NULL + [reported_post_uid] [varchar] (8) DEFAULT ('') NOT NULL , + [reported_post_bitfield] [varchar] (255) DEFAULT ('') NOT NULL ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] GO |