Added 'npx' to db migrate (#4181)

Not sure if this is something that is commonly known, I just happend to run into it.
This commit is contained in:
Bart van der Meeren
2021-02-19 17:22:08 +01:00
committed by GitHub
parent 35117389e5
commit 8df9cf4a43

View File

@@ -71,7 +71,7 @@ See [Styles > Custom CSS](/guides/styles/#custom-css)
1. Backup your project
2. Run `npm update`
3. Run `directus database migrate:latest` to update the DB
3. Run `npx directus database migrate:latest` to update the DB
## Backing-up a Project