I was playing around with liquibase (SQL syntax) and got stuck with labels. I have them in my changelog, but the 'labels' column in the changelog table is empty. Because of that, I can't run any command where labels are involved.
I saw an example here: https://docs.liquibase.com/concepts/advanced/labels.html
What am I doing wrong ???
Thanks in advance )