Commit 69fa4e8e1914372c07ed1a379de62c663d52dbb7

Authored by Neil Blakey-Milner
1 parent d8aa919d

Add .dot and .xlt file types.

SF Tracker:	1179273
Submitted by:	freboulet


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3366 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
sql/mysql/install/tables.sql
... ... @@ -1372,6 +1372,7 @@ INSERT INTO document_transaction_types_lookup VALUES (11, 'Expunge');
1372 1372 INSERT INTO document_transaction_types_lookup VALUES (12, 'Force CheckIn');
1373 1373 INSERT INTO document_transaction_types_lookup VALUES (13, 'Email Link');
1374 1374 INSERT INTO document_transaction_types_lookup VALUES (14, 'Collaboration Step Approve');
  1375 +INSERT INTO document_transaction_types_lookup VALUES (15, 'Email Attachment');
1375 1376  
1376 1377 --
1377 1378 -- Dumping data for table `document_transactions`
... ... @@ -1697,6 +1698,8 @@ INSERT INTO mime_types VALUES (136, 'sxi', 'application/vnd.sun.xml.impress', 'i
1697 1698 INSERT INTO mime_types VALUES (137, 'sti', 'application/vnd.sun.xml.impress.template', 'icons/ooimpress.gif');
1698 1699 INSERT INTO mime_types VALUES (138, 'sxg', 'application/vnd.sun.xml.writer.global', NULL);
1699 1700 INSERT INTO mime_types VALUES (139, 'sxm', 'application/vnd.sun.xml.math', NULL);
  1701 +INSERT INTO mime_types VALUES (140, 'xlt', 'application/vnd.ms-excel', 'icons/excel.gif');
  1702 +INSERT INTO mime_types VALUES (141, 'dot', 'application/msword', 'icons/word.gif');
1700 1703  
1701 1704 --
1702 1705 -- Dumping data for table `news`
... ... @@ -1984,7 +1987,7 @@ INSERT INTO zseq_metadata_lookup VALUES (1);
1984 1987 -- Dumping data for table `zseq_mime_types`
1985 1988 --
1986 1989  
1987   -INSERT INTO zseq_mime_types VALUES (139);
  1990 +INSERT INTO zseq_mime_types VALUES (141);
1988 1991  
1989 1992 --
1990 1993 -- Dumping data for table `zseq_news`
... ...