mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 16:18:35 +00:00
- Fix bugs related to orphan teams on profile deletion - Separate session based profile-id param from api user provided
3 lines
65 B
SQL
3 lines
65 B
SQL
ALTER TABLE profile
|
|
ADD COLUMN is_admin boolean DEFAULT false;
|