mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Add created-by to invitations, and an event related
This commit is contained in:
parent
e1e13bcfb1
commit
cbc92e9f1e
4 changed files with 16 additions and 4 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE team_invitation
|
||||
ADD COLUMN created_by uuid NULL REFERENCES profile(id) ON DELETE SET NULL;
|
Loading…
Add table
Add a link
Reference in a new issue