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/pgsql.20131209.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugin_manager/SQL/pgsql.20131209.sql (limited to 'plugin_manager/SQL/pgsql.20131209.sql') diff --git a/plugin_manager/SQL/pgsql.20131209.sql b/plugin_manager/SQL/pgsql.20131209.sql new file mode 100644 index 0000000..2edd9bd --- /dev/null +++ b/plugin_manager/SQL/pgsql.20131209.sql @@ -0,0 +1,3 @@ +ALTER TABLE plugin_manager DROP CONSTRAINT plugin_manager_user_id_fkey; +ALTER TABLE plugin_manager DROP user_id; +UPDATE "system" SET value='initial|20131209' WHERE name='myrc_plugin_manager'; \ No newline at end of file -- cgit v1.2.3