mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
* chore: implement deleting custom roles * add trigger to delete role from organization members on delete * chore: add comments to explain populated field
3 lines
136 B
SQL
3 lines
136 B
SQL
DROP TRIGGER IF EXISTS remove_organization_member_custom_role ON custom_roles;
|
|
DROP FUNCTION IF EXISTS remove_organization_member_role;
|