TheDragonCode/laravel-deploy-operations

Squashing migrations

Closed this issue · 1 comments

Description:

When Laravel suppresses migrations, it does not save the state of the executed actions.

We need to make sure that the changed actions are also saved to the upload file.

https://laravel.com/docs/8.x/migrations#squashing-migrations

It is not required, since when deploying a new database, the actions must be performed anew, taking into account the filled data.