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

:sparkles: Add neutralize script that remove configuration values

parent b2cc31b71cec
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@
Changelog
=========
18.0.1.3.0
----------
Add neutralize script that remove configuration values.
18.0.1.2.2
----------
......
......@@ -21,7 +21,7 @@
{
"name": "Redner",
"license": "AGPL-3",
"version": "18.0.1.2.2",
"version": "18.0.1.3.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