Implementata logica migrazioni
This commit is contained in:
17
fileTemplates/IntegryMigrationClass.java
Normal file
17
fileTemplates/IntegryMigrationClass.java
Normal file
@@ -0,0 +1,17 @@
|
||||
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
|
||||
#parse("File Header.java")
|
||||
import it.integry.ems.migration.model._base.MigrationModelInterface;
|
||||
|
||||
public class ${NAME} implements MigrationModelInterface {
|
||||
|
||||
@Override
|
||||
public void up() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void down() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user