1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-08 16:41:31 +00:00

Add .sql to mime-types (#21738).

Patch by Benedikt Huss.

git-svn-id: http://svn.redmine.org/redmine/trunk@15059 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-01-16 07:44:55 +00:00
parent ea635ece05
commit 84fbebbd92

View File

@ -21,7 +21,7 @@ module Redmine
module MimeType
MIME_TYPES = {
'text/plain' => 'txt,tpl,properties,patch,diff,ini,readme,install,upgrade',
'text/plain' => 'txt,tpl,properties,patch,diff,ini,readme,install,upgrade,sql',
'text/css' => 'css',
'text/html' => 'html,htm,xhtml',
'text/jsp' => 'jsp',