Commit 61a43808cf048104eda12d10e1e64be036afff2f

Authored by kevin_fourie
1 parent f7d46754

KTS-1592

"mime_type table is missing reference data for power point .pps files"
Added.

Reviewed By: Conrad


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6277 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
sql/mysql/install/data.sql
... ... @@ -576,6 +576,7 @@ INSERT INTO `mime_types` VALUES (158, 'odi', 'application/vnd.oasis.opendocument
576 576 INSERT INTO `mime_types` VALUES (159, 'zip', 'application/x-zip', 'compressed', 'ZIP Compressed File');
577 577 INSERT INTO `mime_types` VALUES (160, 'csv', 'text/csv', 'spreadsheet', 'Comma delimited spreadsheet');
578 578 INSERT INTO `mime_types` VALUES (161, 'msi', 'application/msword', 'compressed', 'MSI Installer file');
  579 +INSERT INTO `mime_types` VALUES (162, 'pps', 'application/vnd.ms-powerpoint', 'office', 'Powerpoint Presentation');
579 580  
580 581 --
581 582 -- Dumping data for table `news`
... ...