Skip to content

Commit

Permalink
Merge pull request #8013 from nextcloud/enhancement/8012/add-composer…
Browse files Browse the repository at this point in the history
…-note-in-migrations-chapter

Adds a provision about 'composer dump-autoload' to the migrations chapter
  • Loading branch information
ChristophWurst authored Feb 9, 2022
2 parents b0d1510 + 7b29164 commit 714df5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions developer_manual/basics/storage/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 714df5b

Please sign in to comment.