
templates.migration.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timachine-maven-plugin Show documentation
Show all versions of timachine-maven-plugin Show documentation
The maven plugin to manage migrations
The newest version!
package ${packageName};
import com.worksap.timachine.model.Down;
import com.worksap.timachine.model.Migration;
import com.worksap.timachine.model.Up;
@Migration
public class ${className}{
@Up
public void up(){
}
@Down
public void down(){
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy