feat: Correctly define all product module models and SQL migration script (#6906)

The only thing remaining is modifying `upsertWithReplace` to handle many-to-many constraints correctly and not cascade updates to them. This is something that we should do separately though.
This commit is contained in:
Stevche Radevski
2024-04-02 12:27:12 +00:00
committed by GitHub
parent 7fe164bc1d
commit 3dee91426e
13 changed files with 257 additions and 294 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/product": patch
---
Correctly define all product module models and SQL migration script