Skip to content

Clearing decision scope #2087

Answered by GMishx
lihuijun11 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, there is only one way to remove the entry the entry with "Apply decisions to all future occurrences of this file" from DB.
You can list all such decisions with following query and remove entries which are not required. (Note: scope = 1 => global, scope = 0 => local).

SELECT * FROM clearing_decision WHERE scope = 1;

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GMishx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants