stacker.news/prisma/migrations/20240224215425_fix_duplicat...
ekzyis 5f602e24fa
Fix conflict on duplicate image in post (#875)
The create_item function was missing ON CONFLICT DO NOTHING for insertions into the ItemUpload table as in update_item.

This means that if the same image was used multiple times in the same item, creation failed. But it worked during editing.
2024-02-25 10:19:48 -06:00
..
migration.sql Fix conflict on duplicate image in post (#875) 2024-02-25 10:19:48 -06:00