mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
2c13797350
* 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;
|