Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/1-essentials/03-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,13 +777,13 @@ Several [console commands](../3-console/02-building-console-commands) are provid
When deploying the application to production, use `php tempest migrate:up` to apply the latest migrations.

```sh
{:hl-comment:# Apply migrations not yet run in the current environment}
{:hl-comment:# Apply migrations not yet run in the current environment:}
./tempest migrate:up

{:hl-comment:# Drop all tables and rerun migrate:up}
{:hl-comment:# Drop all tables and rerun migrate:up:}
./tempest migrate:fresh

{:hl-comment:# Validate the integrity of migration files}
{:hl-comment:# Validate the integrity of migration files:}
./tempest migrate:validate
```

Expand Down
Loading