Meteor-Community-Packages/meteor-roles
GitHub で見るMigration Script should delete old roles
Open
#300 opened on 2019年11月28日
help wantedv1
説明
The migration scripts do not delete the old roles in the Roles collection:
{ "_id" : "admin", "children" : [ ] } //new role is created
{ "_id" : "u9jJZoAfaEApp6QBw", "name" : "admin" } // old role is still here
Shouldn't the old roles go the way of the dodo?