fix(medusa, admin-ui): Add deleted_at to Return Reason unique constraint (#4834)

* Update return reason create to upsert

* Create strange-wombats-invite.md

* Revert upsert, make value index only apply on non-deleted entities
This commit is contained in:
Rares Stefan
2023-08-29 19:26:58 +02:00
committed by GitHub
parent 046b0dcfa5
commit 470379e631
4 changed files with 42 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/medusa": patch
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(medusa, admin-ui): Allow soft-deleted return reason restoration