chore(): Fix database test utils and utils (#6383)
**What** Fix the test utils database to trully run the migrations, the migration path is deprecated and not used anymore as umzung infer the path under the hood. It also fix the schema so that it is possible to specify different schema if needed. The index helper can now create named constraints for uniqueness. extracted [from](https://github.com/medusajs/medusa/pull/6381)
This commit is contained in:
committed by
GitHub
parent
1593e0b192
commit
e85463b2a7
6
.changeset/warm-garlics-drive.md
Normal file
6
.changeset/warm-garlics-drive.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"medusa-test-utils": patch
|
||||
"@medusajs/utils": patch
|
||||
---
|
||||
|
||||
chore(): Fix database test utils and utils
|
||||
Reference in New Issue
Block a user