1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[feature/avatars] Fix avatar_type in create_schema_files

PHPBB3-10018
This commit is contained in:
Igor Wiedler
2012-04-08 16:11:06 +02:00
parent 0898d11457
commit e8a9c0ae6d
6 changed files with 11 additions and 11 deletions

View File

@@ -1109,7 +1109,7 @@ CREATE TABLE [phpbb_reports] (
[report_closed] [int] DEFAULT (0) NOT NULL ,
[report_time] [int] DEFAULT (0) NOT NULL ,
[report_text] [text] DEFAULT ('') NOT NULL ,
[reported_post_text] [text] DEFAULT ('') NOT NULL
[reported_post_text] [text] DEFAULT ('') NOT NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO