Creating Stored Procedure with Flyway in H2 ends with JdbcSQLSyntaxErrorException, where it works fine in MySQL
We have changed our datastructure. Therefore we need to add some more colums to a table, fill them automatically with data from some existig columns and the remove some of the old columns. This should be an easy task.