Commit c54294e53ab8c49bfea60a210af4c4bd14e052d3
1 parent
6cf71794
Ready for 3.1
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5772 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
5 changed files
with
9 additions
and
8 deletions
docs/VERSION-NAME.txt
docs/VERSION-OSS.txt
docs/VERSION.txt
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: Jul 26, 2006 at 11:51 AM | 6 | +-- Generation Time: Jul 31, 2006 at 10:43 AM |
| 7 | -- Server version: 5.0.22 | 7 | -- Server version: 5.0.22 |
| 8 | -- PHP Version: 4.4.2-1build1 | 8 | -- PHP Version: 4.4.2-1build1 |
| 9 | 9 | ||
| @@ -732,7 +732,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | @@ -732,7 +732,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | ||
| 732 | -- | 732 | -- |
| 733 | 733 | ||
| 734 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); | 734 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); |
| 735 | -INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.0.3.7'); | 735 | +INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.1'); |
| 736 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); | 736 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); |
| 737 | 737 | ||
| 738 | -- | 738 | -- |
| @@ -884,6 +884,7 @@ INSERT INTO `upgrades` VALUES (109, 'upgrade*3.0.3.5*99*upgrade3.0.3.5', 'Upgrad | @@ -884,6 +884,7 @@ INSERT INTO `upgrades` VALUES (109, 'upgrade*3.0.3.5*99*upgrade3.0.3.5', 'Upgrad | ||
| 884 | INSERT INTO `upgrades` VALUES (110, 'sql*3.0.3.6*0*3.0.3.6/document-restore.sql', 'Database upgrade to version 3.0.3.6: Document-restore', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); | 884 | INSERT INTO `upgrades` VALUES (110, 'sql*3.0.3.6*0*3.0.3.6/document-restore.sql', 'Database upgrade to version 3.0.3.6: Document-restore', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); |
| 885 | INSERT INTO `upgrades` VALUES (111, 'func*3.0.3.7*0*rebuildAllPermissions', 'Rebuild all permissions to ensure correct functioning of permission-definitions.', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); | 885 | INSERT INTO `upgrades` VALUES (111, 'func*3.0.3.7*0*rebuildAllPermissions', 'Rebuild all permissions to ensure correct functioning of permission-definitions.', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); |
| 886 | INSERT INTO `upgrades` VALUES (112, 'upgrade*3.0.3.7*99*upgrade3.0.3.7', 'Upgrade from version 3.0.3.5 to 3.0.3.7', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); | 886 | INSERT INTO `upgrades` VALUES (112, 'upgrade*3.0.3.7*99*upgrade3.0.3.7', 'Upgrade from version 3.0.3.5 to 3.0.3.7', '2006-07-26 11:48:28', 1, 'upgrade*3.0.3.7*99*upgrade3.0.3.7'); |
| 887 | +INSERT INTO `upgrades` VALUES (113, 'upgrade*3.1*99*upgrade3.1', 'Upgrade from version 3.0.3.7 to 3.1', '2006-07-31 10:41:12', 1, 'upgrade*3.1*99*upgrade3.1'); | ||
| 887 | 888 | ||
| 888 | -- | 889 | -- |
| 889 | -- Dumping data for table `user_history` | 890 | -- Dumping data for table `user_history` |
| @@ -1334,7 +1335,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | @@ -1334,7 +1335,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | ||
| 1334 | -- Dumping data for table `zseq_upgrades` | 1335 | -- Dumping data for table `zseq_upgrades` |
| 1335 | -- | 1336 | -- |
| 1336 | 1337 | ||
| 1337 | -INSERT INTO `zseq_upgrades` VALUES (112); | 1338 | +INSERT INTO `zseq_upgrades` VALUES (113); |
| 1338 | 1339 | ||
| 1339 | -- | 1340 | -- |
| 1340 | -- Dumping data for table `zseq_user_history` | 1341 | -- 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: Jul 26, 2006 at 11:48 AM | 6 | +-- Generation Time: Jul 31, 2006 at 10:42 AM |
| 7 | -- Server version: 5.0.22 | 7 | -- Server version: 5.0.22 |
| 8 | -- PHP Version: 4.4.2-1build1 | 8 | -- PHP Version: 4.4.2-1build1 |
| 9 | 9 | ||
| @@ -2194,7 +2194,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | @@ -2194,7 +2194,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | ||
| 2194 | CREATE TABLE `zseq_upgrades` ( | 2194 | CREATE TABLE `zseq_upgrades` ( |
| 2195 | `id` int(10) unsigned NOT NULL auto_increment, | 2195 | `id` int(10) unsigned NOT NULL auto_increment, |
| 2196 | PRIMARY KEY (`id`) | 2196 | PRIMARY KEY (`id`) |
| 2197 | -) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=113 ; | 2197 | +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=114 ; |
| 2198 | 2198 | ||
| 2199 | -- -------------------------------------------------------- | 2199 | -- -------------------------------------------------------- |
| 2200 | 2200 |