SYNC: transaction test works for oracle

This commit is contained in:
SPRINX0\prochazka
2025-02-25 10:27:33 +01:00
committed by Diflow
parent 13fc3ee25e
commit a6ab37f21c
2 changed files with 40 additions and 11 deletions

View File

@@ -2,6 +2,6 @@ module.exports = {
mysql: true,
postgres: true,
mssql: true,
// oracle: true,
oracle: true,
// sqlite: true,
};