mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 17:56:10 +02:00
🎉 Add the ability to completly block access to a profile
This commit is contained in:
parent
37e2fe5c65
commit
757cee67fb
10 changed files with 83 additions and 27 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE profile
|
||||
ADD COLUMN is_blocked boolean DEFAULT false;
|
Loading…
Add table
Add a link
Reference in a new issue