Commit 7aaf17d1fe897e74960626c8445af029d3359d32
1 parent
8ba941ae
Database tables for 3.0.2.4
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5474 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
30 additions
and
7 deletions
sql/mysql/install/data.sql
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | -- http://www.phpmyadmin.net | 3 | -- http://www.phpmyadmin.net |
| 4 | -- | 4 | -- |
| 5 | -- Host: localhost | 5 | -- Host: localhost |
| 6 | --- Generation Time: May 25, 2006 at 04:07 PM | 6 | +-- Generation Time: May 30, 2006 at 10:57 AM |
| 7 | -- Server version: 5.0.21 | 7 | -- Server version: 5.0.21 |
| 8 | -- PHP Version: 4.4.2-1build1 | 8 | -- PHP Version: 4.4.2-1build1 |
| 9 | 9 | ||
| @@ -40,6 +40,11 @@ INSERT INTO `archiving_type_lookup` VALUES (2, 'Utilisation'); | @@ -40,6 +40,11 @@ INSERT INTO `archiving_type_lookup` VALUES (2, 'Utilisation'); | ||
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | -- | 42 | -- |
| 43 | +-- Dumping data for table `comment_searchable_text` | ||
| 44 | +-- | ||
| 45 | + | ||
| 46 | + | ||
| 47 | +-- | ||
| 43 | -- Dumping data for table `dashlet_disables` | 48 | -- Dumping data for table `dashlet_disables` |
| 44 | -- | 49 | -- |
| 45 | 50 | ||
| @@ -544,6 +549,7 @@ INSERT INTO `mime_types` VALUES (157, 'odb', 'application/vnd.oasis.opendocument | @@ -544,6 +549,7 @@ INSERT INTO `mime_types` VALUES (157, 'odb', 'application/vnd.oasis.opendocument | ||
| 544 | INSERT INTO `mime_types` VALUES (158, 'odi', 'application/vnd.oasis.opendocument.image', 'opendocument', 'OpenDocument Image'); | 549 | INSERT INTO `mime_types` VALUES (158, 'odi', 'application/vnd.oasis.opendocument.image', 'opendocument', 'OpenDocument Image'); |
| 545 | INSERT INTO `mime_types` VALUES (159, 'zip', 'application/x-zip', 'compressed', 'ZIP Compressed File'); | 550 | INSERT INTO `mime_types` VALUES (159, 'zip', 'application/x-zip', 'compressed', 'ZIP Compressed File'); |
| 546 | INSERT INTO `mime_types` VALUES (160, 'csv', 'text/csv', 'spreadsheet', 'Comma delimited spreadsheet'); | 551 | INSERT INTO `mime_types` VALUES (160, 'csv', 'text/csv', 'spreadsheet', 'Comma delimited spreadsheet'); |
| 552 | +INSERT INTO `mime_types` VALUES (161, 'msi', 'application/msword', 'compressed', 'MSI Installer file'); | ||
| 547 | 553 | ||
| 548 | -- | 554 | -- |
| 549 | -- Dumping data for table `news` | 555 | -- Dumping data for table `news` |
| @@ -696,7 +702,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | @@ -696,7 +702,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | ||
| 696 | -- | 702 | -- |
| 697 | 703 | ||
| 698 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); | 704 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); |
| 699 | -INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.0.2.2'); | 705 | +INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.0.2.4'); |
| 700 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); | 706 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); |
| 701 | 707 | ||
| 702 | -- | 708 | -- |
| @@ -831,6 +837,9 @@ INSERT INTO `upgrades` VALUES (92, 'upgrade*3.0.2*99*upgrade3.0.2', 'Upgrade fro | @@ -831,6 +837,9 @@ INSERT INTO `upgrades` VALUES (92, 'upgrade*3.0.2*99*upgrade3.0.2', 'Upgrade fro | ||
| 831 | INSERT INTO `upgrades` VALUES (93, 'sql*3.0.2.1*0*3.0.2.1/disclaimer-help-files.sql', 'Database upgrade to version 3.0.2.1: Disclaimer-help-files', '2006-05-25 16:04:23', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); | 837 | INSERT INTO `upgrades` VALUES (93, 'sql*3.0.2.1*0*3.0.2.1/disclaimer-help-files.sql', 'Database upgrade to version 3.0.2.1: Disclaimer-help-files', '2006-05-25 16:04:23', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); |
| 832 | INSERT INTO `upgrades` VALUES (94, 'sql*3.0.2.2*0*3.0.2.2/folder_search.sql', 'Database upgrade to version 3.0.2.2: Folder search', '2006-05-25 16:04:23', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); | 838 | INSERT INTO `upgrades` VALUES (94, 'sql*3.0.2.2*0*3.0.2.2/folder_search.sql', 'Database upgrade to version 3.0.2.2: Folder search', '2006-05-25 16:04:23', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); |
| 833 | INSERT INTO `upgrades` VALUES (95, 'upgrade*3.0.2.2*99*upgrade3.0.2.2', 'Upgrade from version 3.0.2 to 3.0.2.2', '2006-05-25 16:04:24', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); | 839 | INSERT INTO `upgrades` VALUES (95, 'upgrade*3.0.2.2*99*upgrade3.0.2.2', 'Upgrade from version 3.0.2 to 3.0.2.2', '2006-05-25 16:04:24', 1, 'upgrade*3.0.2.2*99*upgrade3.0.2.2'); |
| 840 | +INSERT INTO `upgrades` VALUES (96, 'sql*3.0.2.3*0*3.0.2.3/msi-filetype.sql', 'Database upgrade to version 3.0.2.3: Msi-filetype', '2006-05-30 10:55:58', 1, 'upgrade*3.0.2.4*99*upgrade3.0.2.4'); | ||
| 841 | +INSERT INTO `upgrades` VALUES (97, 'sql*3.0.2.4*0*3.0.2.4/discussion-fulltext.sql', 'Database upgrade to version 3.0.2.4: Discussion-fulltext', '2006-05-30 10:55:59', 1, 'upgrade*3.0.2.4*99*upgrade3.0.2.4'); | ||
| 842 | +INSERT INTO `upgrades` VALUES (98, 'upgrade*3.0.2.4*99*upgrade3.0.2.4', 'Upgrade from version 3.0.2.2 to 3.0.2.4', '2006-05-30 10:55:59', 1, 'upgrade*3.0.2.4*99*upgrade3.0.2.4'); | ||
| 834 | 843 | ||
| 835 | -- | 844 | -- |
| 836 | -- Dumping data for table `user_history` | 845 | -- Dumping data for table `user_history` |
| @@ -1144,7 +1153,7 @@ INSERT INTO `zseq_metadata_lookup_tree` VALUES (1); | @@ -1144,7 +1153,7 @@ INSERT INTO `zseq_metadata_lookup_tree` VALUES (1); | ||
| 1144 | -- Dumping data for table `zseq_mime_types` | 1153 | -- Dumping data for table `zseq_mime_types` |
| 1145 | -- | 1154 | -- |
| 1146 | 1155 | ||
| 1147 | -INSERT INTO `zseq_mime_types` VALUES (160); | 1156 | +INSERT INTO `zseq_mime_types` VALUES (161); |
| 1148 | 1157 | ||
| 1149 | -- | 1158 | -- |
| 1150 | -- Dumping data for table `zseq_news` | 1159 | -- Dumping data for table `zseq_news` |
| @@ -1270,7 +1279,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | @@ -1270,7 +1279,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | ||
| 1270 | -- Dumping data for table `zseq_upgrades` | 1279 | -- Dumping data for table `zseq_upgrades` |
| 1271 | -- | 1280 | -- |
| 1272 | 1281 | ||
| 1273 | -INSERT INTO `zseq_upgrades` VALUES (95); | 1282 | +INSERT INTO `zseq_upgrades` VALUES (98); |
| 1274 | 1283 | ||
| 1275 | -- | 1284 | -- |
| 1276 | -- Dumping data for table `zseq_user_history` | 1285 | -- Dumping data for table `zseq_user_history` |
sql/mysql/install/structure.sql
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | -- http://www.phpmyadmin.net | 3 | -- http://www.phpmyadmin.net |
| 4 | -- | 4 | -- |
| 5 | -- Host: localhost | 5 | -- Host: localhost |
| 6 | --- Generation Time: May 25, 2006 at 04:05 PM | 6 | +-- Generation Time: May 30, 2006 at 10:56 AM |
| 7 | -- Server version: 5.0.21 | 7 | -- Server version: 5.0.21 |
| 8 | -- PHP Version: 4.4.2-1build1 | 8 | -- PHP Version: 4.4.2-1build1 |
| 9 | 9 | ||
| @@ -91,6 +91,20 @@ CREATE TABLE `authentication_sources` ( | @@ -91,6 +91,20 @@ CREATE TABLE `authentication_sources` ( | ||
| 91 | -- -------------------------------------------------------- | 91 | -- -------------------------------------------------------- |
| 92 | 92 | ||
| 93 | -- | 93 | -- |
| 94 | +-- Table structure for table `comment_searchable_text` | ||
| 95 | +-- | ||
| 96 | + | ||
| 97 | +CREATE TABLE `comment_searchable_text` ( | ||
| 98 | + `comment_id` int(11) NOT NULL default '0', | ||
| 99 | + `body` text, | ||
| 100 | + `document_id` int(11) NOT NULL default '0', | ||
| 101 | + UNIQUE KEY `id` (`comment_id`), | ||
| 102 | + FULLTEXT KEY `comment_search_text` (`body`) | ||
| 103 | +) TYPE=MyISAM; | ||
| 104 | + | ||
| 105 | +-- -------------------------------------------------------- | ||
| 106 | + | ||
| 107 | +-- | ||
| 94 | -- Table structure for table `dashlet_disables` | 108 | -- Table structure for table `dashlet_disables` |
| 95 | -- | 109 | -- |
| 96 | 110 | ||
| @@ -1901,7 +1915,7 @@ CREATE TABLE `zseq_metadata_lookup_tree` ( | @@ -1901,7 +1915,7 @@ CREATE TABLE `zseq_metadata_lookup_tree` ( | ||
| 1901 | CREATE TABLE `zseq_mime_types` ( | 1915 | CREATE TABLE `zseq_mime_types` ( |
| 1902 | `id` int(10) unsigned NOT NULL auto_increment, | 1916 | `id` int(10) unsigned NOT NULL auto_increment, |
| 1903 | PRIMARY KEY (`id`) | 1917 | PRIMARY KEY (`id`) |
| 1904 | -) TYPE=MyISAM AUTO_INCREMENT=161 ; | 1918 | +) TYPE=MyISAM AUTO_INCREMENT=162 ; |
| 1905 | 1919 | ||
| 1906 | -- -------------------------------------------------------- | 1920 | -- -------------------------------------------------------- |
| 1907 | 1921 | ||
| @@ -2132,7 +2146,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | @@ -2132,7 +2146,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | ||
| 2132 | CREATE TABLE `zseq_upgrades` ( | 2146 | CREATE TABLE `zseq_upgrades` ( |
| 2133 | `id` int(10) unsigned NOT NULL auto_increment, | 2147 | `id` int(10) unsigned NOT NULL auto_increment, |
| 2134 | PRIMARY KEY (`id`) | 2148 | PRIMARY KEY (`id`) |
| 2135 | -) TYPE=MyISAM AUTO_INCREMENT=96 ; | 2149 | +) TYPE=MyISAM AUTO_INCREMENT=99 ; |
| 2136 | 2150 | ||
| 2137 | -- -------------------------------------------------------- | 2151 | -- -------------------------------------------------------- |
| 2138 | 2152 |