Skip to content

Incompatible MigrationTemplate change #157

Closed
@thorstenwitt

Description

@thorstenwitt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions