Right now each company has five role types, add one more role named “Super Admin”
Add a backfill task to update the “role_id” column of existing site admin/super admin user(default site creator) with the new role id created
Once the user with “Super Admin” role logs in, list all the items(created by other users as well) in the “Created By Me” panel.
Should also be able to delete any item (course/certification/live_event/in_person_event/blog/content/group) created in the site.
Create migration to add a new record with privilege name as 'destroy_all' in privileges table