Patch #21738 ยป sql_mime_type.patch
| 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', |