From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- plugin_manager/SQL/mysql.20131209.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugin_manager/SQL/mysql.20131209.sql (limited to 'plugin_manager/SQL/mysql.20131209.sql') diff --git a/plugin_manager/SQL/mysql.20131209.sql b/plugin_manager/SQL/mysql.20131209.sql new file mode 100644 index 0000000..1afcbda --- /dev/null +++ b/plugin_manager/SQL/mysql.20131209.sql @@ -0,0 +1,4 @@ +ALTER TABLE `plugin_manager` DROP FOREIGN KEY `user_id_fk_plugin_manager` ; +ALTER TABLE `plugin_manager` DROP `user_id`; +ALTER TABLE `plugin_manager` ENGINE=MyISAM; +UPDATE `system` SET `value`='initial|20131209' WHERE `name`='myrc_plugin_manager'; \ No newline at end of file -- cgit v1.2.3