Skip to content

Commit

Permalink
[K6.0] Excel or Word documents cannot be attached (Part 3) #9472
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Feb 22, 2023
1 parent 437373f commit a93a89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/sql/install/mysql/create_tables.utf8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CREATE TABLE IF NOT EXISTS `#__kunena_attachments`
`hash` char(32) NULL,
`size` int(11) NULL,
`folder` varchar(191) NOT NULL,
`filetype` varchar(20) NOT NULL,
`filetype` varchar(50) NOT NULL,
`filename` varchar(190) NOT NULL,
`filename_real` varchar(190) NOT NULL default ''
COMMENT 'Filename for downloads',
Expand Down

0 comments on commit a93a89d

Please sign in to comment.