Skip to content

v1.7.6

Compare
Choose a tag to compare
@olivermrbl olivermrbl released this 08 Feb 18:39
· 352 commits to master since this release

Migrations & Upgrades

Overview

In the last couple of releases, we've started to roll out Product Categories. The API layer is guarded by a feature flag, but the changes/additions to the database schema are not. This release introduces another migration for Product Categories so you are required to run migrations to ensure your server works as expected.

Actions Required

After updating your Medusa server and before running it, run the following command to run the latest migrations:

medusa migrations run

Features

Bugs

Chores

Docs