I am using liquibase for database migrations with postgresql database.
To shift to cockroachDB I need compatibility between the 2 databases.
On running the project with cockroachDB the first error that came is “current_schema” command not able to execute.
Can anything be done to overcome this error?