aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r--phpBB/install/schemas/postgres_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql
index f52d6fe278..8dc3d9d977 100644
--- a/phpBB/install/schemas/postgres_schema.sql
+++ b/phpBB/install/schemas/postgres_schema.sql
@@ -95,7 +95,7 @@ CREATE TABLE phpbb_attachments (
comment varchar(8000),
extension varchar(100),
mimetype varchar(100),
- filesize INT4 NOT NULL,
+ filesize INT4 DEFAULT '0' NOT NULL,
filetime INT4 DEFAULT '0' NOT NULL,
thumbnail INT2 DEFAULT '0' NOT NULL,
PRIMARY KEY (attach_id),