kawadhiya21 / mysql-migrations

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

29 dump routines #32

Open lewismoten opened 2 months ago

lewismoten commented 2 months ago

This change allows procedures, functions, and events to be dumped into schema.sql when running schema-update.

Resolves #29 (procedures & functions) Contributes to #30 (events)