Triggers, Stored Procedures, Events in Inicial Changelog

Hi

How can we initially generate the changelog file so that it retrieves the ‘Stored Procedures’, ‘Triggers’, and ‘Events’ from a MySQL database using the ‘generateChangeLog’ command?

My database is MySQL and I’m using the liquibase Pro Trial version

IN SQL FORMAT

Thanks

Hi @ptilotta,

With a pro trial & MySQL, Stored Procedures and Triggers should be snapshotted. Events are not included in snapshotting yet.

-PJ

Hi,

But when I run ‘generateChangeLog’ and this feature only retrieve tables and views. Not SP or triggers

Regards