Commit 8709c09e5370215b79fa18ee81e9bd0dc095d2d6
1 parent
0cfbcc76
KTS-1426: update pristine install SQL for DB version 3.3.0.1
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6036 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
6 additions
and
5 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: Oct 17, 2006 at 12:13 PM | 6 | +-- Generation Time: Oct 30, 2006 at 12:50 PM |
| 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 | ||
| @@ -738,7 +738,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | @@ -738,7 +738,7 @@ INSERT INTO `status_lookup` VALUES (5, 'Incomplete'); | ||
| 738 | -- | 738 | -- |
| 739 | 739 | ||
| 740 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); | 740 | INSERT INTO `system_settings` VALUES (1, 'lastIndexUpdate', '0'); |
| 741 | -INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.1.6.7'); | 741 | +INSERT INTO `system_settings` VALUES (2, 'knowledgeTreeVersion', '3.3.0.1'); |
| 742 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); | 742 | INSERT INTO `system_settings` VALUES (3, 'databaseVersion', '2.99.5'); |
| 743 | 743 | ||
| 744 | -- | 744 | -- |
| @@ -906,6 +906,7 @@ INSERT INTO `upgrades` VALUES (125, 'sql*3.1.6.5*0*3.1.6.5/workflow-state-refere | @@ -906,6 +906,7 @@ INSERT INTO `upgrades` VALUES (125, 'sql*3.1.6.5*0*3.1.6.5/workflow-state-refere | ||
| 906 | INSERT INTO `upgrades` VALUES (126, 'sql*3.1.6.6*0*3.1.6.6/copy_transaction.sql', 'Database upgrade to version 3.1.6.6: Copy transaction', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); | 906 | INSERT INTO `upgrades` VALUES (126, 'sql*3.1.6.6*0*3.1.6.6/copy_transaction.sql', 'Database upgrade to version 3.1.6.6: Copy transaction', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); |
| 907 | INSERT INTO `upgrades` VALUES (127, 'sql*3.1.6.7*0*3.1.6.7/sane-names-for-stuff.sql', 'Database upgrade to version 3.1.6.7: Sane-names-for-stuff', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); | 907 | INSERT INTO `upgrades` VALUES (127, 'sql*3.1.6.7*0*3.1.6.7/sane-names-for-stuff.sql', 'Database upgrade to version 3.1.6.7: Sane-names-for-stuff', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); |
| 908 | INSERT INTO `upgrades` VALUES (128, 'upgrade*3.1.6.7*99*upgrade3.1.6.7', 'Upgrade from version 3.1.2 to 3.1.6.7', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); | 908 | INSERT INTO `upgrades` VALUES (128, 'upgrade*3.1.6.7*99*upgrade3.1.6.7', 'Upgrade from version 3.1.2 to 3.1.6.7', '2006-10-17 12:09:46', 1, 'upgrade*3.1.6.7*99*upgrade3.1.6.7'); |
| 909 | +INSERT INTO `upgrades` VALUES (129, 'upgrade*3.3.0.1*99*upgrade3.3.0.1', 'Upgrade from version 3.1.6.7 to 3.3.0.1', '2006-10-30 12:49:33', 1, 'upgrade*3.3.0.1*99*upgrade3.3.0.1'); | ||
| 909 | 910 | ||
| 910 | -- | 911 | -- |
| 911 | -- Dumping data for table `user_history` | 912 | -- Dumping data for table `user_history` |
| @@ -1366,7 +1367,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | @@ -1366,7 +1367,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); | ||
| 1366 | -- Dumping data for table `zseq_upgrades` | 1367 | -- Dumping data for table `zseq_upgrades` |
| 1367 | -- | 1368 | -- |
| 1368 | 1369 | ||
| 1369 | -INSERT INTO `zseq_upgrades` VALUES (128); | 1370 | +INSERT INTO `zseq_upgrades` VALUES (129); |
| 1370 | 1371 | ||
| 1371 | -- | 1372 | -- |
| 1372 | -- Dumping data for table `zseq_user_history` | 1373 | -- 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: Oct 17, 2006 at 12:12 PM | 6 | +-- Generation Time: Oct 30, 2006 at 12:50 PM |
| 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 | ||
| @@ -2241,7 +2241,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | @@ -2241,7 +2241,7 @@ CREATE TABLE `zseq_units_organisations_link` ( | ||
| 2241 | CREATE TABLE `zseq_upgrades` ( | 2241 | CREATE TABLE `zseq_upgrades` ( |
| 2242 | `id` int(10) unsigned NOT NULL auto_increment, | 2242 | `id` int(10) unsigned NOT NULL auto_increment, |
| 2243 | PRIMARY KEY (`id`) | 2243 | PRIMARY KEY (`id`) |
| 2244 | -) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=129 ; | 2244 | +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=130 ; |
| 2245 | 2245 | ||
| 2246 | -- -------------------------------------------------------- | 2246 | -- -------------------------------------------------------- |
| 2247 | 2247 |