Closed
Description
We used the version 3.1.0 of mybatis migration where template is:
--// ${description}
-- Migration SQL that makes the change goes here.
--//@UNDO
-- SQL to undo the change goes here.
Now we want to update mybatis migration to 3.3.6 and found out that the template changed to:
-- // ${description}
-- Migration SQL that makes the change goes here.
-- //@UNDO
-- SQL to undo the change goes here.
Now I got always a syntax error when I try to execute:
migrate up
Could you please make the app accepting the old template style.
Metadata
Metadata
Assignees
Labels
No labels