IDEMPIERE-6214 PackIn AD_TableIndex can fail if the index exists previously without columns (#2436)

This commit is contained in:
Carlos Ruiz 2024-08-19 13:40:03 +02:00
parent 766654087b
commit 01ac9e0248
1 changed files with 0 additions and 1 deletions

View File

@ -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();
} }
/** /**