Labels and updateSQL

Hi All

Dose liquidbase support labels in updateSQL?

Gadi

Yes it does.
Check out the parameters on the docs page.
https://docs.liquibase.com/commands/community/updatesql.html?Highlight=updateSQL

Hi Mike

I tried to insert label in changelog:

<changeSet author="liquibase (generated)" id="1591899839875-5" labels="SETUP">

In command line I use: --labels=“SETUP”

but it ignore this label and output all changelog

Solved it,

I had to put labels in all changeset with different names , now it worked

Thank You
Gadi

1 Like

Glad it worked out @gadido30!