Allineamento dati follies group su mtb_aart_anag
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
package it.integry.ems.migration.model;import it.integry.ems.migration._base.BaseMigration;
|
||||||
|
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||||
|
|
||||||
|
public class Migration_20251212182900 extends BaseMigration implements MigrationModelInterface{
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void up()throws Exception {
|
||||||
|
if(isHistoryDB())
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void down()throws Exception {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user