MS SQL server - multiple stored procedure changes

How do we manage multiple changes on the same stored procedure in the open source community version?

Say if 3 developers have changes on a single stored procedure for the same release, how do we manage it? How do we keep track of it?

Thank you!

My opinion is that you need to manage your concurrent development issues outside of Liquibase using github to merge branches via a PR, then deploy a single change to the stored procedure to the database.

1 Like