Skip to content
Snippets Groups Projects
Commit e8cd4823 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:sparkles: Add neutralize script that remove configuration values

parent 8183738d
No related branches found
Tags 17.0.1.6.0
No related merge requests found
......@@ -2,6 +2,11 @@
Changelog
=========
17.0.1.6.0
----------
Add neutralize script that remove configuration values.
17.0.1.5.2
----------
......
......@@ -21,7 +21,7 @@
{
"name": "Redner",
"license": "AGPL-3",
"version": "17.0.1.5.2",
"version": "17.0.1.6.0",
"category": "Reporting",
"author": "XCG Consulting",
"website": "https://orbeet.io/",
......
-- remove redner configuration
UPDATE ir_config_parameter
SET value = ''
WHERE key IN ('redner.account', 'redner.api_key', 'redner.server_url');
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment