Importazione DIPA
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
package it.integry.ems.migration.model;import it.integry.ems.migration._base.BaseMigration;
|
||||
package it.integry.ems.migration.model;
|
||||
|
||||
import it.integry.ems.migration._base.BaseMigration;
|
||||
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||
|
||||
public class Migration_20240620170120 extends BaseMigration implements MigrationModelInterface{
|
||||
public class Migration_20240620170120 extends BaseMigration implements MigrationModelInterface {
|
||||
|
||||
@Override
|
||||
public void up()throws Exception {
|
||||
if(isHistoryDB())
|
||||
public void up() throws Exception {
|
||||
if (isHistoryDB())
|
||||
return;
|
||||
|
||||
executeStatement("update stb_gest_setup set key_section = 'LIST.VEND.' where gest_name = 'STB_TIPI_INDIRIZZI' and section = 'GESTIONI' and key_section = 'LISTINI VENDITA';");
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void down()throws Exception{
|
||||
public void down() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user