sql/V5.11.10.2__Shop_add_staff_role.sql

Summary

Maintainability
Test Coverage

INSERT INTO `user_roles` (`name`,`application`,`code_name`,`description`,`tenant`)
    SELECT 'Shop staff','shop','staff','Permission given to staff of the shop.',id FROM tenants;