aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/sqlite_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
-rw-r--r--phpBB/install/schemas/sqlite_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql
index 74ac458057..af59df634b 100644
--- a/phpBB/install/schemas/sqlite_schema.sql
+++ b/phpBB/install/schemas/sqlite_schema.sql
@@ -19,7 +19,7 @@ CREATE TABLE phpbb_attachments (
comment text(65535),
extension varchar(100),
mimetype varchar(100),
- filesize int(20) NOT NULL,
+ filesize int(20) NOT NULL DEFAULT '0',
filetime int(11) NOT NULL DEFAULT '0',
thumbnail tinyint(1) NOT NULL DEFAULT '0'
);