mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01: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;
|