Commit c6824dc0e666fe06cf0a2e7496d9ab6331c944e4
1 parent
d7dcd41f
KTS-2708
"Refactor plugins registration and loading" Updated. Added the upgrade sql. Committed by: Kevin Fourie Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7714 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -981,6 +981,8 @@ INSERT INTO `upgrades` VALUES (133, 'sql*3.3.2*0*3.3.2/tagclouds.sql', 'Database |
| 981 | 981 | INSERT INTO `upgrades` VALUES (134, 'upgrade*3.3.2*99*upgrade3.3.2', 'Upgrade from version 3.3.1 to 3.3.2', '2007-02-23 11:55:09', 1, 'upgrade*3.3.2*99*upgrade3.3.2'); |
| 982 | 982 | INSERT INTO `upgrades` VALUES (135, 'sql*3.4.0*0*3.4.0/upload_download.sql', 'Upgrade to version 3.4.0: Upload download', '2007-04-17 00:00:00', 1, 'upgrade*3.4.0*99*upgrade3.4.0'); |
| 983 | 983 | INSERT INTO `upgrades` VALUES (136, 'upgrade*3.4.0*99*upgrade3.4.0', 'Upgrade from version 3.3.2 to 3.4.0', '2007-04-17 00:00:00', 1, 'upgrade*3.4.0*99*upgrade3.4.0'); |
| 984 | +INSERT INTO `upgrades` VALUES (137, 'sql*3.4.5*0*3.4.5/plugin_helper.sql', 'Create the plugin helper table.', '2007-11-20 00:00:00', 1, 'upgrade*3.4.5*99*upgrade3.4.5'); | |
| 985 | +INSERT INTO `upgrades` VALUES (138, 'upgrade*3.4.5*99*upgrade3.4.5', 'Upgrade from version 3.4.0 to 3.4.5', '2007-11-20 00:00:00', 1, 'upgrade*3.4.5*99*upgrade3.4.5'); | |
| 984 | 986 | |
| 985 | 987 | -- |
| 986 | 988 | -- Dumping data for table `user_history` |
| ... | ... | @@ -1455,7 +1457,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); |
| 1455 | 1457 | -- Dumping data for table `zseq_upgrades` |
| 1456 | 1458 | -- |
| 1457 | 1459 | |
| 1458 | -INSERT INTO `zseq_upgrades` VALUES (136); | |
| 1460 | +INSERT INTO `zseq_upgrades` VALUES (138); | |
| 1459 | 1461 | |
| 1460 | 1462 | -- |
| 1461 | 1463 | -- Dumping data for table `zseq_user_history` | ... | ... |