DROP stored proc

Is there a native liquibase operation to DROP a stored proc ?

Or should I use a DROP PROCEDURE xxx ?

Regards, Bert.

We don’t have one currently.  The tag is the only way, unless you wanted to contribute a change or create an extension (http://liquibase.org/extensions).

Nathan