Hello,
I am setting up a CI/ CD setup so that I can make customisations and test them before pushing to production.
Most of these customisations affect the files only, but some also affect the database.
Is there a way to run database schema migrations in EspoCRM, to bring the database up-to-date with changes made in the files?
Thanks!
Alex
I am setting up a CI/ CD setup so that I can make customisations and test them before pushing to production.
Most of these customisations affect the files only, but some also affect the database.
Is there a way to run database schema migrations in EspoCRM, to bring the database up-to-date with changes made in the files?
Thanks!
Alex
Comment