We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a11f9 commit fd41f1cCopy full SHA for fd41f1c
1 file changed
docs/1-essentials/03-database.md
@@ -777,13 +777,13 @@ Several [console commands](../3-console/02-building-console-commands) are provid
777
When deploying the application to production, use `php tempest migrate:up` to apply the latest migrations.
778
779
```sh
780
-{:hl-comment:# Apply migrations not yet run in the current environment}
+{:hl-comment:# Apply migrations not yet run in the current environment:}
781
./tempest migrate:up
782
783
-{:hl-comment:# Drop all tables and rerun migrate:up}
+{:hl-comment:# Drop all tables and rerun migrate:up:}
784
./tempest migrate:fresh
785
786
-{:hl-comment:# Validate the integrity of migration files}
+{:hl-comment:# Validate the integrity of migration files:}
787
./tempest migrate:validate
788
```
789
0 commit comments