News

One way to version control a T-SQL stored procedure is to script it as a text file and store it in a version control system (VCS) such as Git, SVN, or TFS.
Which version and edition of Flyway are you using? I am using flyway version 7.2.2 as the maven dependency in java spring MVC Which client are you using? (Command-line, Java API, Maven plugin, Gradle ...
In order to version your T-SQL stored procedures, you need to extract them from your database and save them as SQL files in a folder structure that reflects your schema hierarchy.