Hello! We are using liquibase with a java web application with MySQL database. One of the tables of the database has more than 1m entities, so if we want to add a new column to the table it takes more than 2.5 min due to that we got a timeout of updateset operation. Is there a way to increase the timeout or turn it off at all? Thank you!
↧