mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 21:56:12 +02:00
🐛 Fix problem with duplicated ids for thumbnails
This commit is contained in:
parent
4cdf8cec4e
commit
8cd7f61150
13 changed files with 74 additions and 58 deletions
|
@ -0,0 +1,4 @@
|
|||
TRUNCATE TABLE file_object_thumbnail;
|
||||
|
||||
ALTER TABLE file_object_thumbnail
|
||||
ALTER COLUMN object_id TYPE text;
|
Loading…
Add table
Add a link
Reference in a new issue