Skip to content
Snippets Groups Projects
Unverified Commit 39cf4bb1 authored by Ludovic BLANCHET's avatar Ludovic BLANCHET Committed by GitHub
Browse files

Remove auto_system_tenant (#131)


Co-authored-by: default avatarludovic Blanchet <ludocic.blanchet.ext@culture.gouv.fr>
parent 759ba94c
No related branches found
No related tags found
No related merge requests found
db = db.getSiblingDB('iam')
print("START 307_iam_ref_fix.js");
db.profiles.remove( {"_id": "auto_system_rules"}, true);
// ----------------------------------------- LEVEL "0" -----------------------------------------
db.groups.updateOne( {
"_id": "admin_group"
}, {
$pull: {
"profileIds": "auto_system_rules"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment