mirror of
https://github.com/redmine/redmine.git
synced 2026-07-05 16:09:00 +02: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user