diff --git a/lib/redmine/mime_type.rb b/lib/redmine/mime_type.rb index d97f7d0fc..095438eaa 100644 --- a/lib/redmine/mime_type.rb +++ b/lib/redmine/mime_type.rb @@ -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',