Skip to content

Commit 3d3649f

Browse files
committed
Merge error fix
1 parent ec6900c commit 3d3649f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm/Orm/Model/IndexInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ private IndexInfo(IndexInfo original)
471471

472472
private IndexInfo()
473473
{
474+
KeyColumns = new DirectionCollection<ColumnInfo>();
474475
IncludedColumns = new ColumnInfoCollection(this, "IncludedColumns");
475476
ValueColumns = new ColumnInfoCollection(this, "ValueColumns");
476477
}

0 commit comments

Comments
 (0)