Wappler v6.8.0
NodeJS
PostgreSQL (TimescaleDB)
Knex migration exports.config is ignored
// Disable transactions for this migration
exports.config = { transaction: false };
Question 1: Is Wappler ignoring this property?
Question 2: Is Knex library updated to a version that supports this property?
I'm stuck with development due to this bug, I would appreciate a quick confirmation. The migration file is running a raw SQL query that cannot be inside a transaction, it throws an error stating so:
Edit: For now I've applied the migration "by hand"