doctrine/DoctrineMigrationsBundle

generate idempotent sql migration script

ArieGato opened this issue · 0 comments

Hi,

We are hosting a symfony application in kubernetes and we need to migrate the database before deploying the new version. So I was wondering whether it is possible to generate an idempotent sql script for migrating the database.

We use:

Symfony 5.4.19
Doctrine Migrations Bundle 3.2.2

Thanks