]> source.dussan.org Git - redmine.git/commitdiff
Add .sql to mime-types (#21738).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jan 2016 07:44:55 +0000 (07:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jan 2016 07:44:55 +0000 (07:44 +0000)
Patch by Benedikt Huss.

git-svn-id: http://svn.redmine.org/redmine/trunk@15059 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/mime_type.rb

index d97f7d0fc18d841234dc5514679ecc205db14cf5..095438eaa4a48b461c9e4050af481f1477fc9d26 100644 (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',