mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 02:16:10 +02:00
🐛 Fix initial data loading issues.
This commit is contained in:
parent
f0eaf9aa20
commit
708ba3d7ac
3 changed files with 9 additions and 0 deletions
|
@ -77,6 +77,8 @@
|
|||
:team-id (:default-team-id profile)
|
||||
:name (:project-name data)}]
|
||||
|
||||
(db/exec-one! conn ["SET CONSTRAINTS ALL DEFERRED"])
|
||||
|
||||
(create-project conn project)
|
||||
(create-project-role conn {:project-id (:id project)
|
||||
:profile-id (:id profile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue