kawadhiya21 / mysql-migrations

A tool to use with mysql package to maintain migrations
MIT License
31 stars 25 forks source link

Routines are not dumped #29

Open lewismoten opened 2 months ago

lewismoten commented 2 months ago

My function was not exported. I recommend adding the --routines flag when duping the schema.

--routines

https://github.com/kawadhiya21/mysql-migrations/blob/65c52086c766d5c91508ba66c3b811682484c4b2/core_functions.js#L121C16-L121C25