docs: Added upgrade guide for v1.7.12 (#3425)

* docs: Added upgrade guide for v1.7.12

* Update 1-7-12.md

* Update 1-7-12.md

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Oliver Windall Juhl
2023-03-09 12:20:19 +01:00
committed by GitHub
parent e5f0a60090
commit ea28eea251
9 changed files with 30 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 9
description: 'Actions Required for v.1.3.0'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
description: 'Actions Required for v.1.3.0'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 7
description: 'Actions Required for v.1.3.0'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
description: 'Actions Required for v.1.6.1'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
description: 'Actions Required for v.1.7.0'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
description: 'Actions Required for v.1.7.1'
---

View File

@@ -0,0 +1,22 @@
---
sidebar_position: 1
description: 'Actions Required for v.1.7.12'
---
# v1.7.12
Version 1.7.12 of Medusa introduces some database schema changes which require running the migrations command.
## Overview
This release contains a migration to ensure that the `product_variant_inventory` table is in its correct state. This is due to a mistake in a previous version where a column name was renamed in an already released migration. This could lead to errors if the migration was applied before the renaming of the column.
## Actions Required
### Run Migrations
After updating your Medusa server and before running it, run the following command to run the latest migrations:
```bash
medusa migrations run
```

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
description: 'Actions Required for v.1.7.3'
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
description: 'Actions Required for v.1.7.6'
---