Undelete bio items (#1346)
This commit is contained in:
parent
c43a171794
commit
5e77106297
@ -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"
|
Loading…
x
Reference in New Issue
Block a user