mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 06:06:13 +02:00
✨ Properly use dumped objects on initial data load process.
This commit is contained in:
parent
f57fb5006d
commit
188126a895
4 changed files with 24 additions and 11 deletions
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE file_media_object
|
||||
DROP CONSTRAINT file_media_object_thumbnail_id_fkey,
|
||||
ADD CONSTRAINT file_media_object_thumbnail_id_fkey
|
||||
FOREIGN KEY (thumbnail_id) REFERENCES storage_object (id) ON DELETE SET NULL;
|
Loading…
Add table
Add a link
Reference in a new issue