mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Adds a provision about 'composer dump-autoload' to the migrations
chapter Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
This commit is contained in:
parent
b0d15109fa
commit
7b29164174
@ -139,3 +139,6 @@ Nextcloud in debug mode:
|
||||
`1.0.x => 1000`, `2.34.x => 2034`, etc.
|
||||
* `migrations:migrate`: Execute a migration to a specified or the latest available version.
|
||||
* `migrations:status`: View the status of a set of migrations.
|
||||
|
||||
.. note:: After generating a migration, you might need to run `composer dump-autoload`
|
||||
to be able to execute it.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user