fix(inventory): Use correct table name in migration (#4155)
* whoops * add changeset
This commit is contained in:
5
.changeset/swift-cycles-vanish.md
Normal file
5
.changeset/swift-cycles-vanish.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/inventory": patch
|
||||
---
|
||||
|
||||
fix(inventory): update revert migration
|
||||
@@ -19,7 +19,7 @@ export class itemDescriptionsAndThumbnail1682927363119
|
||||
|
||||
public async down(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.query(`
|
||||
ALTER TABLE reservation_item
|
||||
ALTER TABLE inventory_item
|
||||
DROP COLUMN "title",
|
||||
DROP COLUMN "description",
|
||||
DROP COLUMN "thumbnail";
|
||||
|
||||
Reference in New Issue
Block a user