I'm moving over to QuestDB using the postgres connection and my flyway migration fails with a FlywaySqlException
. I can see this in the logs:
SQL State : null
Error Code : 0
Message : ERROR: expected 'tables' or 'columns'
...
Caused by: org.postgresql.util.PSQLException: ERROR: expected 'tables' or 'columns'