Skip to content
Snippets Groups Projects
Verified Commit 83e7d9e8 authored by Damien's avatar Damien
Browse files

FEAT #12182 TIME 0:05 Delete disabled groups

parent f669a98e
No related branches found
No related tags found
No related merge requests found
...@@ -327,6 +327,8 @@ DO $$ BEGIN ...@@ -327,6 +327,8 @@ DO $$ BEGIN
END IF; END IF;
END$$; END$$;
DELETE FROM usergroups WHERE enabled = 'N';
/* RE-CREATE VIEW*/ /* RE-CREATE VIEW*/
CREATE OR REPLACE VIEW res_view_letterbox AS CREATE OR REPLACE VIEW res_view_letterbox AS
SELECT r.tablename, SELECT r.tablename,
......
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