Skip to content

Commit

Permalink
Update 02_Upgrade_Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs authored Nov 5, 2024
1 parent 36f7df1 commit 1d5a913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/01_Getting_Started/02_Upgrade_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ directly, you might miss migrations. Always update to the latest Minor release v

This also means that if you do major updates, you will have old migrations in your Database. You can manually remove those
if you want to keep your Migrations Table clean.

If you already updated the major version and recognize that some migrations from your previous version to latest minor release version are missing, you can compare the database structure via
`bin/console doctrine:schema:update --dump-sql`
Please manually review the SQL statements before executing

0 comments on commit 1d5a913

Please sign in to comment.