Typos in docs (#7898)

This commit is contained in:
BOHEUS
2024-10-20 21:09:28 +00:00
committed by GitHub
parent 35bb1a82ba
commit cc4b060932
4 changed files with 11 additions and 11 deletions

View File

@ -84,7 +84,7 @@ yarn command:prod upgrade-0.30
```
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces.
The `yarn command:prod upgrade-0.30` takes care of the data migration of all workspaces.
# v0.30.0 to v0.31.0
@ -97,7 +97,7 @@ yarn command:prod upgrade-0.31
```
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
The `yarn command:prod upgrade-31` takes care of the data migration of all workspaces.
The `yarn command:prod upgrade-0.31` takes care of the data migration of all workspaces.
# v0.31.0 to v0.32.0