Undelete bio items (#1346)

This commit is contained in:
ekzyis 2024-09-02 19:02:47 +02:00 committed by GitHub
parent c43a171794
commit 5e77106297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- we had a bug where it was possible to delete bios, this migration will restore them
UPDATE "Item"
SET "deletedAt" = NULL
WHERE "bio"