Unable to update schema - must be owner of table

This is a postgres permission issue, not related to Liquibase.

If you connect to the database manually as the same user and try running the same sql via psql, you’ll get the same error.

You need to review the privileges of the user you are connecting to postgres as.