From c6824dc0e666fe06cf0a2e7496d9ab6331c944e4 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 21 Nov 2007 17:09:02 +0000 Subject: [PATCH] KTS-2708 "Refactor plugins registration and loading" Updated. Added the upgrade sql. --- sql/mysql/install/data.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index 6e60bac..3f14641 100644 --- a/sql/mysql/install/data.sql +++ b/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 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'); 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'); 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'); +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'); +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'); -- -- Dumping data for table `user_history` @@ -1455,7 +1457,7 @@ INSERT INTO `zseq_units_organisations_link` VALUES (1); -- Dumping data for table `zseq_upgrades` -- -INSERT INTO `zseq_upgrades` VALUES (136); +INSERT INTO `zseq_upgrades` VALUES (138); -- -- Dumping data for table `zseq_user_history` -- libgit2 0.21.4