Remove useless autocommit=0 in db migration script
This commit is contained in:
parent
b9067ed912
commit
53c8cdee83
@ -197,7 +197,6 @@ class DatabaseMigration {
|
||||
const connection = await DB.pool.getConnection();
|
||||
try {
|
||||
await this.$executeQuery(connection, 'START TRANSACTION;');
|
||||
await this.$executeQuery(connection, 'SET autocommit = 0;');
|
||||
for (const query of transactionQueries) {
|
||||
await this.$executeQuery(connection, query);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user