summaryrefslogtreecommitdiff
path: root/plugin_manager/SQL/pgsql.20131209.sql
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_manager/SQL/pgsql.20131209.sql')
-rw-r--r--plugin_manager/SQL/pgsql.20131209.sql3
1 files changed, 3 insertions, 0 deletions
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