Hi! I am running dbmate migrations inside docker and for some reason the parameter transaction:false is completely ignored.
-- migrate:up transaction:false
CREATE INDEX CONCURRENTLY IF NOT EXISTS ....
and I still get Error: pq: CREATE INDEX CONCURRENTLY cannot run inside a transaction block
Any advice where can I look, debug, configure?