BUG-14636 New Functionality - To allow set index in tables IMPROVEMENT
- It don't have the functionality.
- A functionality was added in pmtables and reportTables index.
- A field was added in table fields FLD_TABLE_INDEX.
This commit is contained in:
@@ -302,7 +302,7 @@ class PmTable
|
||||
}
|
||||
|
||||
// define the Index attribute if it is defined
|
||||
if ($column->field_index) {
|
||||
if (isset($column->field_index) && $column->field_index) {
|
||||
$columnNode->setAttribute( 'index', "true" );
|
||||
$indexColumnNode = $this->dom->createElement( 'index-column' );
|
||||
$indexColumnNode->setAttribute( 'name', $column->field_name );
|
||||
|
||||
Reference in New Issue
Block a user