mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 01:11:38 +02:00
♻️ Rename collections to libraries.
And make them team dependent.
This commit is contained in:
parent
0ad2b13d76
commit
3ce9c8820f
19 changed files with 1068 additions and 766 deletions
|
@ -69,6 +69,12 @@ CREATE TRIGGER team__modified_at__tgr
|
|||
BEFORE UPDATE ON team
|
||||
FOR EACH ROW EXECUTE PROCEDURE update_modified_at();
|
||||
|
||||
INSERT INTO team (id, name, photo, is_default)
|
||||
VALUES ('00000000-0000-0000-0000-000000000000'::uuid,
|
||||
'System Team',
|
||||
'',
|
||||
true);
|
||||
|
||||
|
||||
|
||||
CREATE TABLE team_profile_rel (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue