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:
104
104
doctrine:migrations:generate [generate] Generate a blank migration class.
105
105
doctrine:migrations:latest [latest] Outputs the latest version number
106
106
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.
108
108
doctrine:migrations:status [status] View the status of a set of migrations.
109
109
doctrine:migrations:up-to-date [up-to-date] Tells you if your schema is up-to-date.
110
110
doctrine:migrations:version [version] Manually add and delete migration versions from the version table.
@@ -117,7 +117,7 @@ the ``status`` command:
117
117
118
118
$ php bin/console doctrine:migrations:status
119
119
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
121
121
already executed, which still need to run, and the database in use.
122
122
123
123
Now, you can start working with migrations by generating a new blank migration
You can’t perform that action at this time.
0 commit comments