mirror of
https://github.com/penpot/penpot.git
synced 2026-08-13 16:28:59 +00:00
3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE team_invitation
|
|
ADD COLUMN created_by uuid NULL REFERENCES profile(id) ON DELETE SET NULL;
|