mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add features assignation for teams
This commit is contained in:
parent
7db8d7b7ab
commit
6f93b41920
84 changed files with 2390 additions and 1777 deletions
1
backend/src/app/migrations/sql/0106-mod-team-table.sql
Normal file
1
backend/src/app/migrations/sql/0106-mod-team-table.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE team ADD COLUMN features text[] NULL DEFAULT null;
|
Loading…
Add table
Add a link
Reference in a new issue