Skip to content
Advertisement

Tag: liquibase

Create index with multiple columns

How can I create index with multile columns in liquibase yaml. I was trying to do something like that: But I am getting error column ‘name’ is required for all columns in an index. I saw similar questions, but answers/examples was written in xml and it was not working for me. Answer Above worked f…

how to convert this sql query to liquibase query

I have table like this I need to delete all duplicated rows with equals A nad B value and lower C value after running sql script i need to have only this row with top C Value for every equals A and B columns this is the sql query i am using how to convert it to liquibase query Answer

Advertisement