Skip to content

v2.1.2

Latest

Choose a tag to compare

@warrickbayman warrickbayman released this 27 Jun 07:25
· 1 commit to main since this release

This release fixes a bug where database migrations were being run from the "live" symlink instead of the release directory. This means new database migrations were not being effective until a second deployment was completed.

The Target::artisan() method now takes a string value of the release directory now to ensure that migrations are run BEFORE the "live" task.