Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 182 Bytes

UPGRADE.md

File metadata and controls

9 lines (7 loc) · 182 Bytes

Upgrade to 6.0

There are new fields for the database. Please run migrations. (see README.md)

php bin/console make:migration
php bin/console doctrine:migrations:migrate