File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ All of the migrations functionality is contained in a few console commands:
104104 doctrine:migrations:generate [generate] Generate a blank migration class.
105105 doctrine:migrations:latest [latest] Outputs the latest version number
106106 doctrine:migrations:migrate [migrate] Execute a migration to a specified version or the latest available version.
107- doctrine:migrations:rollup [rollup] Roll migrations up by deleting all tracked versions and insert the one version that exists.
107+ doctrine:migrations:rollup [rollup] Roll migrations up by deleting all tracked versions and inserting the one version that exists.
108108 doctrine:migrations:status [status] View the status of a set of migrations.
109109 doctrine:migrations:up-to-date [up-to-date] Tells you if your schema is up-to-date.
110110 doctrine:migrations:version [version] Manually add and delete migration versions from the version table.
@@ -117,7 +117,7 @@ the ``status`` command:
117117
118118 $ php bin/console doctrine:migrations:status
119119
120- This command will show you generic information about the migration status, as how many migrations have been
120+ This command will show you generic information about the migration status, such as how many migrations have been
121121already executed, which still need to run, and the database in use.
122122
123123Now, you can start working with migrations by generating a new blank migration
You can’t perform that action at this time.
0 commit comments