Project

General

Profile

Patch #21738 ยป sql_mime_type.patch

Benedikt Huss, 2016-01-15 18:50

View differences:

lib/redmine/mime_type.rb (working copy)
21 21
  module MimeType
22 22

  
23 23
    MIME_TYPES = {
24
      'text/plain' => 'txt,tpl,properties,patch,diff,ini,readme,install,upgrade',
24
      'text/plain' => 'txt,tpl,properties,patch,diff,ini,readme,install,upgrade,sql',
25 25
      'text/css' => 'css',
26 26
      'text/html' => 'html,htm,xhtml',
27 27
      'text/jsp' => 'jsp',
    (1-1/1)