Shouldn't the createProcedure command automatically provide appropriate inverse command for rollback as other create* commands do? I can't see any reason why it shouldn't.
Current: when rollback is executed on changeset featuring createProcedure command, it fails until explicit rollback command is defined.
Expected: when rollback is executed on changeset featuring createProcedure command it just works without having to define explicit rollback command.
This is the fail I am getting when attempting to rollback createProcedure:
Shouldn't the createProcedure command automatically provide appropriate inverse command for rollback as other create* commands do? I can't see any reason why it shouldn't.
Current: when rollback is executed on changeset featuring createProcedure command, it fails until explicit rollback command is defined.
Expected: when rollback is executed on changeset featuring createProcedure command it just works without having to define explicit rollback command.
This is the fail I am getting when attempting to rollback createProcedure:
Tomas