penpot/backend/src/app/migrations/sql/0135-mod-team-invitation-ta...

3 lines
105 B
SQL

ALTER TABLE team_invitation
ADD COLUMN created_by uuid NULL REFERENCES profile(id) ON DELETE SET NULL;