Greetings,
This is my favorite migration tool. However, I just started a new project with CockroachDB, and on migration I get a warning
Error initializing migrator:
ERROR: unknown function: pg_advisory_lock() (SQLSTATE 42883)
It looks like there are a couple places where the function is used in migrate.go. Is it your opinion that this lock function is critical to the library? It seems like cockroach always uses SERIALIZABLE isolation.