stacker.news/prisma/migrations/20240902125646_undelete_bios/migration.sql

5 lines
136 B
MySQL
Raw Normal View History

2024-09-02 17:02:47 +00:00
-- we had a bug where it was possible to delete bios, this migration will restore them
UPDATE "Item"
SET "deletedAt" = NULL
WHERE "bio"