IDEMPIERE-6214 PackIn AD_TableIndex can fail if the index exists previously without columns (#2436)
This commit is contained in:
parent
766654087b
commit
01ac9e0248
|
|
@ -104,7 +104,6 @@ public class MTableIndex extends X_AD_TableIndex {
|
||||||
public MTableIndex(Properties ctx, ResultSet rs, String trxName)
|
public MTableIndex(Properties ctx, ResultSet rs, String trxName)
|
||||||
{
|
{
|
||||||
super(ctx, rs, trxName);
|
super(ctx, rs, trxName);
|
||||||
m_ddl = createDDL();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue