how to turn off transactions during knex migrations code example
Example: how to turn off transactions during knex migrations
# use this package: yarn global add knex-migrate or npm install -g knex-migrate
knex-migrate up --raw
# the raw option disables transactions