Index: lib/redmine/mime_type.rb =================================================================== --- lib/redmine/mime_type.rb (revision 15058) +++ lib/redmine/mime_type.rb (working copy) @@ -21,7 +21,7 @@ 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',