Skip to content
Snippets Groups Projects
Commit 07b92439 authored by Dan Notestein's avatar Dan Notestein
Browse files

Remove drop of no longer existing reputation_tracker_writer_group role (broke uninstall)

parent 1266492a
No related branches found
No related tags found
1 merge request!83Merge develop to master for release
Pipeline #107537 failed
...@@ -88,8 +88,6 @@ BEGIN ...@@ -88,8 +88,6 @@ BEGIN
DROP ROLE reptracker_owner; DROP ROLE reptracker_owner;
DROP OWNED BY reptracker_user CASCADE; DROP OWNED BY reptracker_user CASCADE;
DROP ROLE reptracker_user; DROP ROLE reptracker_user;
DROP OWNED BY reputation_tracker_writer_group CASCADE;
DROP ROLE reputation_tracker_writer_group;
END IF; END IF;
END\$\$; END\$\$;
EOF EOF
......
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