Add created-by to invitations, and an event related

This commit is contained in:
Pablo Alba 2024-11-11 16:47:22 +01:00
parent e1e13bcfb1
commit cbc92e9f1e
4 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE team_invitation
ADD COLUMN created_by uuid NULL REFERENCES profile(id) ON DELETE SET NULL;