add "ifExists" to dropProcedure
Description
Environment
MySQL
Activity
Show:
Details
Details
Reporter
Gavriel Fleischer
Gavriel FleischerComponents
Affects versions
Priority
Created February 23, 2017 at 11:29 AM
Updated February 23, 2017 at 11:29 AM
In mysql you can use the following SQL:
DROP PROCEDURE IF EXISTS proc_name;
It would be nice to have it in liquibase.