Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 357 Bytes

readme.mkd

File metadata and controls

12 lines (8 loc) · 357 Bytes

Database migrations

UDB3 Silex uses Doctrine Migrations to manage database schema updates.

Use the Doctrine DBAL command line utility to run one of the available migrations commands. To show all available migrations commands, use:

./vendor/bin/doctrine-dbal list migrations