Skip to content Skip to sidebar Skip to footer

Liquibase's Sqlfile Command Being Ignored For Sql Server

I am trying to use the sqlFile command of liquibase in my changelog. I have the following in my yaml file: - changeSet: id: 2 author: marios changes:

Solution 1:

Solved it. The correct syntax for MS SQL Server according to this is 'mssql'


Post a Comment for "Liquibase's Sqlfile Command Being Ignored For Sql Server"